Remove unnecessary (and wrong) forward declaration.

Andres Freund <andres@anarazel.de>

Commit: 13002bf0bcdf4900987684ca6ef7665a25aa692b
Author: Andres Freund <andres@anarazel.de>
Date: 2019-05-30T20:44:38Z
Releases: 12.0
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

Files

PathChange+/−
src/include/access/tableam.h modified +0 −1

Discussion