generated col

This commit is contained in:
wangxin
2021-07-08 16:26:49 +08:00
parent 0236725f3f
commit b8e6ff7a81
66 changed files with 2826 additions and 350 deletions

View File

@ -61,4 +61,7 @@ ExecHBucketInsertT(ModifyTableState* state, TupleTableSlot *slot,
extern void ExecCheckPlanOutput(Relation resultRel, List* targetList);
extern void ExecComputeStoredGenerated(ResultRelInfo *resultRelInfo, EState *estate, TupleTableSlot *slot,
HeapTuple oldtuple, CmdType cmdtype);
#endif /* NODEMODIFYTABLE_H */