Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit821fd90

Browse files
committed
Update obsolete comments.
This was partially fixed by57fdb2b,back in 2005, but it missed a couple of spots.YAMAMOTO Takashi
1 parent21fb95d commit821fd90

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 whenExecRun() is called, it calls ExecutePlan() which calls
58+
* * Then whenExecutorRun() 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)

[8]ページ先頭

©2009-2025 Movatter.jp