Skip to content

Commit 15d03e5

Browse files
committed
Silence compiler warnings in BitmapHeapNext().
Same disease as 270d7dd.
1 parent ff97741 commit 15d03e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/nodeBitmapHeapscan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ BitmapHeapNext(BitmapHeapScanState *node)
7676
ExprContext *econtext;
7777
HeapScanDesc scan;
7878
TIDBitmap *tbm;
79-
TBMIterator *tbmiterator;
80-
TBMSharedIterator *shared_tbmiterator;
79+
TBMIterator *tbmiterator = NULL;
80+
TBMSharedIterator *shared_tbmiterator = NULL;
8181
TBMIterateResult *tbmres;
8282
OffsetNumber targoffset;
8383
TupleTableSlot *slot;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy