mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Silence compiler warnings in BitmapHeapNext().
Same disease as 270d7dd8a5
.
This commit is contained in:
@ -76,8 +76,8 @@ BitmapHeapNext(BitmapHeapScanState *node)
|
|||||||
ExprContext *econtext;
|
ExprContext *econtext;
|
||||||
HeapScanDesc scan;
|
HeapScanDesc scan;
|
||||||
TIDBitmap *tbm;
|
TIDBitmap *tbm;
|
||||||
TBMIterator *tbmiterator;
|
TBMIterator *tbmiterator = NULL;
|
||||||
TBMSharedIterator *shared_tbmiterator;
|
TBMSharedIterator *shared_tbmiterator = NULL;
|
||||||
TBMIterateResult *tbmres;
|
TBMIterateResult *tbmres;
|
||||||
OffsetNumber targoffset;
|
OffsetNumber targoffset;
|
||||||
TupleTableSlot *slot;
|
TupleTableSlot *slot;
|
||||||
|
Reference in New Issue
Block a user