mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 15:26:56 -04:00
Silence compiler warning in nbtinsert.c.
Per buildfarm member longfin.
This commit is contained in:
parent
0d861bbb70
commit
2d8a6fad18
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
|
|||
if (inposting || !ItemIdIsDead(curitemid))
|
||||
{
|
||||
ItemPointerData htid;
|
||||
bool all_dead;
|
||||
bool all_dead = false;
|
||||
|
||||
if (!inposting)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue