Re: [HACKERS] More replication race conditions - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] More replication race conditions
Date
Msg-id CAB7nPqQX3=v1OKnm3yHEpgfoqbDHp1BsbRK9j9Q3mLwmOqLdrA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] More replication race conditions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Aug 28, 2017 at 8:33 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Michael Paquier <michael.paquier@gmail.com> writes:
>> Attached is a patch to make this code path wait that the transaction
>> has been replayed. We could use as well synchronous_commit = apply,
>> but I prefer the solution of this patch with a wait query.
>
> Petr proposed a different patch to fix the same problem at
> https://www.postgresql.org/message-id/1636c52e-c144-993a-6665-9358f322deda%402ndquadrant.com
>
> Which one is better?

Petr's patch is here to fix the race condition in test 006 for logical
decoding. My patch involves the failures that dangomushi sees since
yesterday with 2PC test 009. (Note: It took me a while to put this
animal in an environment with a more stable connection, so now I hope
that we'll get again daily reports)
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] More replication race conditions
Next
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] More replication race conditions