aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2015-06-27 09:55:06 -0500
committerKevin Grittner <kgrittn@postgresql.org>2015-06-27 09:55:06 -0500
commit604e99396de02f6f23950ee373c13335d2ccdf05 (patch)
tree44d904ac329f1ec1a40dd8d3aa415695dd499556 /src/backend/utils/adt/ruleutils.c
parent7845db2aa778aa751b41cff72c41c94993e975e3 (diff)
downloadpostgresql-604e99396de02f6f23950ee373c13335d2ccdf05.tar.gz
postgresql-604e99396de02f6f23950ee373c13335d2ccdf05.zip
Add opaque declaration of HTAB to tqual.h.
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.
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions