mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Silence another _bt_check_unique compiler warning.
Per complaint from Tom Lane Discussion: https://postgr.es/m/1922884.1617909599@sss.pgh.pa.us
This commit is contained in:
@@ -408,7 +408,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
|
||||
{
|
||||
IndexTuple itup = insertstate->itup;
|
||||
IndexTuple curitup = NULL;
|
||||
ItemId curitemid;
|
||||
ItemId curitemid = NULL;
|
||||
BTScanInsert itup_key = insertstate->itup_key;
|
||||
SnapshotData SnapshotDirty;
|
||||
OffsetNumber offset;
|
||||
|
Reference in New Issue
Block a user