1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

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;