diff --git a/src/backend/optimizer/prep/preptlist.c b/src/backend/optimizer/prep/preptlist.c index 2615d7f0b3..9d46488ef7 100644 --- a/src/backend/optimizer/prep/preptlist.c +++ b/src/backend/optimizer/prep/preptlist.c @@ -12,7 +12,7 @@ * For UPDATE and DELETE queries, the targetlist must also contain "junk" * tlist entries needed to allow the executor to identify the rows to be * updated or deleted; for example, the ctid of a heap row. (The planner - * 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.) * * For all query types, there can be additional junk tlist entries, such as * sort keys, Vars needed for a RETURNING list, and row ID information needed