Content-Length: 263266 | pFad | http://github.com/postgrespro/postgres/commit/15d03e597662847e13428a8b3ce9dd59c38decf3

D8 Silence compiler warnings in BitmapHeapNext(). · postgrespro/postgres@15d03e5 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/15d03e597662847e13428a8b3ce9dd59c38decf3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy