Comment in preptlist.c

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Comment in preptlist.c
Date: 2023-03-21 09:41:35
Message-ID: CAPmGK15V8dcVxL9vcgVWPHV6pw1qzM42LzoUkQDB7-e+1onnJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While working on something else, I noticed $SUBJECT added by commit 86dc90056:

* 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.)

I think that “planner/rewriter” should be parser/rewriter. Attached
is a patch for that.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
fix-comment.patch application/octet-stream 770 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2023-03-21 09:44:27 Re: [PATCH] Add initial xid/mxid/mxoff to initdb
Previous Message Peter Eisentraut 2023-03-21 09:35:56 Re: ICU locale validation / canonicalization