Re: SERIALIZABLE and INSERTs with multiple VALUES - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: SERIALIZABLE and INSERTs with multiple VALUES
Date
Msg-id CAH2-WzmjYyGY=vK2Q8CPy-qG2TQkMDVT3BH8rhKuh1HLG=dauQ@mail.gmail.com
Whole thread Raw
In response to Re: SERIALIZABLE and INSERTs with multiple VALUES  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: SERIALIZABLE and INSERTs with multiple VALUES  (Kevin Grittner <kgrittn@gmail.com>)
List pgsql-general
On Wed, Oct 12, 2016 at 1:05 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> Here's a patch that shows one way to fix it.  I think it does make
> sense to change this, because otherwise automatic
> retry-on-serialization-failure strategies will be befuddle by this
> doomed transaction.  And as you and Vitaly have said, there is
> literally no concurrent update.

I think that you have the right idea, but we still need to fix that
buffer lock bug I mentioned...


--
Peter Geoghegan


pgsql-general by date:

Previous
From: Thomas Munro
Date:
Subject: Re: SERIALIZABLE and INSERTs with multiple VALUES
Next
From: Kevin Grittner
Date:
Subject: Re: SERIALIZABLE and INSERTs with multiple VALUES