mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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;
|
Page page;
|
||||||
BTPageOpaque lpageop;
|
BTPageOpaque lpageop;
|
||||||
Size itemsz;
|
Size itemsz;
|
||||||
IndexTuple oposting;
|
IndexTuple oposting = NULL;
|
||||||
IndexTuple origitup = NULL;
|
IndexTuple origitup = NULL;
|
||||||
IndexTuple nposting = NULL;
|
IndexTuple nposting = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user