Remove unused variables from ExecModifyTable

Remove two unused variables from ExecModifyTable that were
accidentally left in when removing dead code.
This commit is contained in:
Sven Klemm 2021-10-08 22:49:00 +02:00 committed by Sven Klemm
parent 90d1a390c7
commit c873731e25

View File

@ -589,8 +589,6 @@ ExecModifyTable(PlanState *pstate)
TupleTableSlot *planSlot;
TupleTableSlot *oldSlot;
ItemPointer tupleid;
ItemPointerData tuple_ctid;
HeapTupleData oldtupdata;
HeapTuple oldtuple;
List *relinfos = NIL;
ListCell *lc;