8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab96d1 commit fe65280Copy full SHA for fe65280
src/backend/executor/execTuples.c
@@ -70,14 +70,7 @@
70
* - ExecSeqScan() calls ExecStoreTuple() to take the result
71
* tuple from ExecProject() and place it into the result tuple slot.
72
*
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.
+ * - ExecutePlan() calls the output function.
81
82
* The important thing to watch in the executor code is how pointers
83
* to the slots containing tuples are passed instead of the tuples
0 commit comments