INSERT SUB FUSION

opfusion support insert ... select
This commit is contained in:
wuchenglin
2023-06-05 14:25:41 +08:00
parent a74b73335e
commit d8178cbb42
18 changed files with 674 additions and 48 deletions

View File

@ -16,6 +16,7 @@
#include "nodes/execnodes.h"
extern TupleTableSlot* SeqNext(SeqScanState* node);
extern SeqScanState* ExecInitSeqScan(SeqScan* node, EState* estate, int eflags);
extern void ExecEndSeqScan(SeqScanState* node);
extern void ExecSeqMarkPos(SeqScanState* node);