Comment in preptlist.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Comment in preptlist.c
Дата
Msg-id CAPmGK15V8dcVxL9vcgVWPHV6pw1qzM42LzoUkQDB7-e+1onnJw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Comment in preptlist.c  (Richard Guo <guofenglinux@gmail.com>)
Re: Comment in preptlist.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Comment in preptlist.c  (David Rowley <dgrowleyml@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ICU locale validation / canonicalization
Следующее
От: Maxim Orlov
Дата:
Сообщение: Re: [PATCH] Add initial xid/mxid/mxoff to initdb