Skip to content

Commit 796092f

Browse files
Silence another _bt_check_unique compiler warning.
Per complaint from Tom Lane Discussion: https://postgr.es/m/1922884.1617909599@sss.pgh.pa.us
1 parent d1fcbde commit 796092f

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
@@ -408,7 +408,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
408408
{
409409
IndexTuple itup = insertstate->itup;
410410
IndexTuple curitup = NULL;
411-
ItemId curitemid;
411+
ItemId curitemid = NULL;
412412
BTScanInsert itup_key = insertstate->itup_key;
413413
SnapshotData SnapshotDirty;
414414
OffsetNumber offset;

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