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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user