mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Silence compiler warnings in BitmapHeapNext().
Same disease as 270d7dd8a5a7128fc2b859f3bf95e2c1fb45be79.
This commit is contained in:
parent
ff97741bc8
commit
15d03e5976
@ -76,8 +76,8 @@ BitmapHeapNext(BitmapHeapScanState *node)
|
||||
ExprContext *econtext;
|
||||
HeapScanDesc scan;
|
||||
TIDBitmap *tbm;
|
||||
TBMIterator *tbmiterator;
|
||||
TBMSharedIterator *shared_tbmiterator;
|
||||
TBMIterator *tbmiterator = NULL;
|
||||
TBMSharedIterator *shared_tbmiterator = NULL;
|
||||
TBMIterateResult *tbmres;
|
||||
OffsetNumber targoffset;
|
||||
TupleTableSlot *slot;
|
||||
|
Loading…
x
Reference in New Issue
Block a user