diff --git a/src/nodes/hypertable_insert.c b/src/nodes/hypertable_insert.c index c138d8d38..98882ca79 100644 --- a/src/nodes/hypertable_insert.c +++ b/src/nodes/hypertable_insert.c @@ -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;