Re: Inserting heap tuples in bulk in COPY - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: Inserting heap tuples in bulk in COPY
Date
Msg-id CAEZATCUYE5AkVZ7nK1YQ934G-FEUrU1A1co42V9TYP8ZwcZTOw@mail.gmail.com
Whole thread Raw
In response to Re: Inserting heap tuples in bulk in COPY  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Responses Re: Inserting heap tuples in bulk in COPY
List 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 by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: Inserting heap tuples in bulk in COPY
Next
From: panam
Date:
Subject: Re: fix for pg_upgrade