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

Commit 2c0797d

Browse files
Silence another compiler warning in nbtinsert.c.
Per complaint from Álvaro Herrera.
1 parent a477bfc commit 2c0797d

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
@@ -1064,7 +1064,7 @@ _bt_insertonpg(Relation rel,
10641064
Page page;
10651065
BTPageOpaque lpageop;
10661066
Size itemsz;
1067-
IndexTuple oposting;
1067+
IndexTuple oposting = NULL;
10681068
IndexTuple origitup = NULL;
10691069
IndexTuple nposting = NULL;
10701070

0 commit comments

Comments
 (0)