Skip to content

Commit 57fdb2b

Browse files
committed
Update obsolete comment.
1 parent 72cbc59 commit 57fdb2b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/backend/executor/execTuples.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*
1717
* IDENTIFICATION
18-
* $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.85 2005/03/16 21:38:07 tgl Exp $
18+
* $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.86 2005/03/17 15:25:51 tgl Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -51,7 +51,7 @@
5151
* Suppose we have a query such as retrieve (EMP.name) and we have
5252
* a single SeqScan node in the query plan.
5353
*
54-
* At ExecStart()
54+
* At ExecutorStart()
5555
* ----------------
5656
* - InitPlan() calls ExecCreateTupleTable() to create the tuple
5757
* table which will hold tuples processed by the executor.
@@ -61,19 +61,19 @@
6161
* table for the tuples returned by the access methods and the
6262
* tuples resulting from performing target list projections.
6363
*
64-
* During ExecRun()
64+
* During ExecutorRun()
6565
* ----------------
6666
* - SeqNext() calls ExecStoreTuple() to place the tuple returned
6767
* by the access methods into the scan tuple slot.
6868
*
6969
* - ExecSeqScan() calls ExecStoreTuple() to take the result
7070
* tuple from ExecProject() and place it into the result tuple slot.
7171
*
72-
* - ExecutePlan() calls ExecRetrieve() which gets the tuple out of
73-
* the slot passed to it (by direct access to slot->val, which is
74-
* ugly but not worth changing). this tuple is then returned.
72+
* - ExecutePlan() calls ExecSelect(), which passes the result slot
73+
* to printtup(), which uses slot_getallattrs() to extract the
74+
* individual Datums for printing.
7575
*
76-
* At ExecEnd()
76+
* At ExecutorEnd()
7777
* ----------------
7878
* - EndPlan() calls ExecDropTupleTable() to clean up any remaining
7979
* tuples left over from executing the query.

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