22 EState *estate,
int eflags);
void ExecCustomScanInitializeDSM(CustomScanState *node, ParallelContext *pcxt)
void ExecShutdownCustomScan(CustomScanState *node)
void ExecCustomScanEstimate(CustomScanState *node, ParallelContext *pcxt)
void ExecCustomRestrPos(CustomScanState *node)
void ExecReScanCustomScan(CustomScanState *node)
void ExecCustomScanReInitializeDSM(CustomScanState *node, ParallelContext *pcxt)
void ExecEndCustomScan(CustomScanState *node)
void ExecCustomScanInitializeWorker(CustomScanState *node, ParallelWorkerContext *pwcxt)
void ExecCustomMarkPos(CustomScanState *node)
CustomScanState * ExecInitCustomScan(CustomScan *cscan, EState *estate, int eflags)