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

From Kevin Grittner
Subject Re: Inserting heap tuples in bulk in COPY
Date
Msg-id 4E7F0A5602000025000416B3@gw.wicourts.gov
Whole thread Raw
In response to Inserting heap tuples in bulk in COPY  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
> Kohei KaiGai  wrote:
> I'm not clear the reason why the argument of
> CheckForSerializableConflictIn() was changed from the one in
> heap_insert().
The code was probably just based on heap_insert() before this recent
commit:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9d306c66e63eb7f45eab9475b3f96c3134bacac6
> Is it feasible that newly inserted tuples conflict with existing
> tuple locks when we expand insert to support multiple tuples at
> once?
No.
-Kevin


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: [v9.2] Fix Leaky View Problem
Next
From: Tom Lane
Date:
Subject: Re: Adding CORRESPONDING to Set Operations