Commit fe65280f authored by Bruce Momjian's avatar Bruce Momjian

C comments: adjust execTuples.c for new structure

Report by Peter Geoghegan
parent 7ab96d18
......@@ -70,14 +70,7 @@
* - ExecSeqScan() calls ExecStoreTuple() to take the result
* tuple from ExecProject() and place it into the result tuple slot.
*
* - ExecutePlan() calls ExecSelect(), which passes the result slot
* to printtup(), which uses slot_getallattrs() to extract the
* individual Datums for printing.
*
* At ExecutorEnd()
* ----------------
* - EndPlan() calls ExecResetTupleTable() to clean up any remaining
* tuples left over from executing the query.
* - ExecutePlan() calls the output function.
*
* The important thing to watch in the executor code is how pointers
* to the slots containing tuples are passed instead of the tuples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment