Re: Needless additional partition check in INSERT?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Needless additional partition check in INSERT?
Дата
Msg-id CANP8+j+iM9pBLvd-O8hBodqmjAQjYg-+cR0QwATYqods9-u1Ww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Needless additional partition check in INSERT?  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Needless additional partition check in INSERT?
Re: Needless additional partition check in INSERT?
Список pgsql-hackers
On 10 May 2018 at 05:33, David Rowley <david.rowley@2ndquadrant.com> wrote:
> On 10 May 2018 at 16:13, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote:
>> The patch to ExecInsert looks good, but I think we also need to do the
>> same thing in CopyFrom.
>
> I think so too.
>
> Updated patch attached.

Patch is good.

The cause of this oversight is the lack of comments to explain the
original coding, so we need to correct that in this patch, please.

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: PANIC during crash recovery of a recently promoted standby
Следующее
От: Hubert Zhang
Дата:
Сообщение: Considering signal handling in plpython again