Silence another compiler warning in nbtinsert.c.

Per complaint from Álvaro Herrera.
This commit is contained in:
Peter Geoghegan 2020-02-26 15:15:45 -08:00
parent a477bfc1df
commit 2c0797da2c
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ _bt_insertonpg(Relation rel,
Page page;
BTPageOpaque lpageop;
Size itemsz;
IndexTuple oposting;
IndexTuple oposting = NULL;
IndexTuple origitup = NULL;
IndexTuple nposting = NULL;