mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
C comments: adjust execTuples.c for new structure
Report by Peter Geoghegan
This commit is contained in:
@ -70,14 +70,7 @@
|
|||||||
* - ExecSeqScan() calls ExecStoreTuple() to take the result
|
* - ExecSeqScan() calls ExecStoreTuple() to take the result
|
||||||
* tuple from ExecProject() and place it into the result tuple slot.
|
* tuple from ExecProject() and place it into the result tuple slot.
|
||||||
*
|
*
|
||||||
* - ExecutePlan() calls ExecSelect(), which passes the result slot
|
* - ExecutePlan() calls the output function.
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* The important thing to watch in the executor code is how pointers
|
* The important thing to watch in the executor code is how pointers
|
||||||
* to the slots containing tuples are passed instead of the tuples
|
* to the slots containing tuples are passed instead of the tuples
|
||||||
|
Reference in New Issue
Block a user