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

Lines changed: 1 addition & 1 deletion
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)
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