mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-26 00:00:54 +08:00
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:
parent
90d1a390c7
commit
c873731e25
@ -589,8 +589,6 @@ ExecModifyTable(PlanState *pstate)
|
|||||||
TupleTableSlot *planSlot;
|
TupleTableSlot *planSlot;
|
||||||
TupleTableSlot *oldSlot;
|
TupleTableSlot *oldSlot;
|
||||||
ItemPointer tupleid;
|
ItemPointer tupleid;
|
||||||
ItemPointerData tuple_ctid;
|
|
||||||
HeapTupleData oldtupdata;
|
|
||||||
HeapTuple oldtuple;
|
HeapTuple oldtuple;
|
||||||
List *relinfos = NIL;
|
List *relinfos = NIL;
|
||||||
ListCell *lc;
|
ListCell *lc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user