废弃tts_tupslotTableAm参数,更新为tts_tam_ops

This commit is contained in:
sundechao
2024-09-23 21:51:12 +08:00
parent c2c0275abe
commit b6dce50e00
3 changed files with 2 additions and 11 deletions

View File

@ -163,7 +163,6 @@ typedef struct TupleTableSlot {
Oid tts_xcnodeoid; /* Oid of node from where the datarow is fetched */
MemoryContext tts_per_tuple_mcxt;
#endif
TableAmType tts_tupslotTableAm; /* slots's tuple table type */
bool tts_ndpAggHandled; /* slot is from ndp backend, handled by aggregate */
} TupleTableSlot;