Skip to content

Commit 821fd90

Browse files
committed
Update obsolete comments.
This was partially fixed by 57fdb2b, back in 2005, but it missed a couple of spots. YAMAMOTO Takashi
1 parent 21fb95d commit 821fd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execProcnode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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.
@@ -65,7 +65,7 @@
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
*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy