File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 * of ExecInitNode() is a plan state tree built with the same structure
5656 * as the underlying plan tree.
5757 *
58- * * Then when ExecRun () is called, it calls ExecutePlan() which calls
58+ * * Then when ExecutorRun () is called, it calls ExecutePlan() which calls
5959 * ExecProcNode() repeatedly on the top node of the plan state tree.
6060 * Each time this happens, ExecProcNode() will end up calling
6161 * ExecNestLoop(), which calls ExecProcNode() on its subplans.
6565 * form the tuples it returns.
6666 *
6767 * * Eventually ExecSeqScan() stops returning tuples and the nest
68- * loop join ends. Lastly, ExecEnd () calls ExecEndNode() which
68+ * loop join ends. Lastly, ExecutorEnd () calls ExecEndNode() which
6969 * calls ExecEndNestLoop() which in turn calls ExecEndNode() on
7070 * its subplans which result in ExecEndSeqScan().
7171 *
You can’t perform that action at this time.
0 commit comments