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 f48b4f8 commit b94c671Copy full SHA for b94c671
src/backend/optimizer/prep/preptlist.c
@@ -12,7 +12,7 @@
12
* For UPDATE and DELETE queries, the targetlist must also contain "junk"
13
* tlist entries needed to allow the executor to identify the rows to be
14
* updated or deleted; for example, the ctid of a heap row. (The planner
15
- * adds these; they're not in what we receive from the planner/rewriter.)
+ * adds these; they're not in what we receive from the parser/rewriter.)
16
*
17
* For all query types, there can be additional junk tlist entries, such as
18
* sort keys, Vars needed for a RETURNING list, and row ID information needed
0 commit comments