Add opaque declaration of HTAB to tqual.h

Enterprise / PostgreSQL - Kevin Grittner [postgresql.org] - 27 June 2015 09:55 UTC

Commit b89e151054a05f0f6d356ca52e3b725dd0505e53 added the ResolveCminCmaxDuringDecoding declaration to tqual.h, which uses an HTAB parameter, without declaring HTAB. It accidentally fails to fail to build with current sources because a declaration happens to be included, directly or indirectly, in all source files that currently use tqual.h before tqual.h is first included, but we shouldn't count on that. Since an opaque declaration is enough here, just use that, as was done in snapmgr.h.

Backpatch to 9.4, where the HTAB reference was added to tqual.h.

604e993 Add opaque declaration of HTAB to tqual.h.
src/include/utils/tqual.h | 1 +
1 file changed, 1 insertion(+)

Upstream: git.postgresql.org


  • Share