Commit 2c0797da authored by Peter Geoghegan's avatar Peter Geoghegan

Silence another compiler warning in nbtinsert.c.

Per complaint from Álvaro Herrera.
parent a477bfc1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment