Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe65280

Browse files
committed
C comments: adjust execTuples.c for new structure
Report by Peter Geoghegan
1 parent7ab96d1 commitfe65280

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)

[8]ページ先頭

©2009-2025 Movatter.jp