Skip to content

Commit b94c671

Browse files
committed
Fix incorrect comment in preptlist.c
Author: Etsuro Fujita Reviewed-by: Richard Guo, Tom Lane Discussion: https://postgr.es/m/CAPmGK15V8dcVxL9vcgVWPHV6pw1qzM42LzoUkQDB7-e+1onnJw@mail.gmail.com
1 parent f48b4f8 commit b94c671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/prep/preptlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* For UPDATE and DELETE queries, the targetlist must also contain "junk"
1313
* tlist entries needed to allow the executor to identify the rows to be
1414
* 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.)
15+
* adds these; they're not in what we receive from the parser/rewriter.)
1616
*
1717
* For all query types, there can be additional junk tlist entries, such as
1818
* sort keys, Vars needed for a RETURNING list, and row ID information needed

0 commit comments

Comments
 (0)