forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit604e993
committed
Add opaque declaration of HTAB to tqual.h.
Commitb89e151 added theResolveCminCmaxDuringDecoding declaration to tqual.h, which uses anHTAB parameter, without declaring HTAB. It accidentally fails tofail to build with current sources because a declaration happens tobe included, directly or indirectly, in all source files thatcurrently use tqual.h before tqual.h is first included, but weshouldn't count on that. Since an opaque declaration is enoughhere, just use that, as was done in snapmgr.h.Backpatch to 9.4, where the HTAB reference was added to tqual.h.1 parent7845db2 commit604e993
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
0 commit comments
Comments
(0)