Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2d8a6fa

Browse files
Silence compiler warning in nbtinsert.c.
Per buildfarm member longfin.
1 parent 0d861bb commit 2d8a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtinsert.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
442442
if (inposting || !ItemIdIsDead(curitemid))
443443
{
444444
ItemPointerData htid;
445-
bool all_dead;
445+
bool all_dead = false;
446446

447447
if (!inposting)
448448
{

0 commit comments

Comments
 (0)