mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Silence compiler warnings in BitmapHeapNext().
Same disease as 270d7dd8a5.
This commit is contained in:
parent
ff97741bc8
commit
15d03e5976
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue