Re: Inserting heap tuples in bulk in COPY

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Inserting heap tuples in bulk in COPY
Дата
Msg-id CAEZATCUYE5AkVZ7nK1YQ934G-FEUrU1A1co42V9TYP8ZwcZTOw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Inserting heap tuples in bulk in COPY  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: Inserting heap tuples in bulk in COPY
Список pgsql-hackers
On 25 September 2011 09:43, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
> Hi Heikki,
>
> I checked your patch, then I have a comment and two questions here.
>
> 2011/9/14 Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>:
>>
>> Attached is a new version of the patch. It is now complete, including WAL
>> replay code.

Hi,

I had a quick look at the patch as well and spotted an oversight: the
multi-insert code branch fails to invoke AFTER ROW triggers.

Regards,
Dean


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

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: Inserting heap tuples in bulk in COPY
Следующее
От: panam
Дата:
Сообщение: Re: fix for pg_upgrade