pgsql: Remove unnecessary (and wrong) forward declaration.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary (and wrong) forward declaration.
Date: 2019-05-30 20:45:46
Message-ID: E1hWRvm-0006gr-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary (and wrong) forward declaration.

Interestingly only C++ compilers have, so far, complained about this
odd forward declaration. This originated when IndexBuildCallback was
defined in another file, but now is completely unnecessary (but was
wrong before too, cpluspluscheck just wouldn't have noticed).

Reported-By: Tom Lane
Discussion: https://postgr.es/m/53941.1559239260@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13002bf0bcdf4900987684ca6ef7665a25aa692b

Modified Files
--------------
src/include/access/tableam.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-05-30 20:58:40 pgsql: Rework options of pg_checksums options for filenode handling
Previous Message Tomas Vondra 2019-05-30 15:07:13 pgsql: Make error logging in extended statistics more consistent