Skip to content

Commit fe65280

Browse files
committed
C comments: adjust execTuples.c for new structure
Report by Peter Geoghegan
1 parent 7ab96d1 commit fe65280

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/backend/executor/execTuples.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,7 @@
7070
* - ExecSeqScan() calls ExecStoreTuple() to take the result
7171
* tuple from ExecProject() and place it into the result tuple slot.
7272
*
73-
* - ExecutePlan() calls ExecSelect(), which passes the result slot
74-
* to printtup(), which uses slot_getallattrs() to extract the
75-
* individual Datums for printing.
76-
*
77-
* At ExecutorEnd()
78-
* ----------------
79-
* - EndPlan() calls ExecResetTupleTable() to clean up any remaining
80-
* tuples left over from executing the query.
73+
* - ExecutePlan() calls the output function.
8174
*
8275
* The important thing to watch in the executor code is how pointers
8376
* to the slots containing tuples are passed instead of the tuples

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