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

Silence compiler warning in nbtinsert.c.

Per buildfarm member longfin.
parent 0d861bbb
......@@ -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)
{
......
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