On 24 March 2016 at 22:20, Stas Kelvich wrote:
>
> I think all the locking already handled properly by creating dummy backend
> in PGPROC, as it done in usual postgres 2pc implementation.
>
>
On the downstream, yes. But what about the decoding, reorder buffer and
output plugin? They access the r
> On 24 Mar 2016, at 17:03, Robert Haas wrote:
>
> On Wed, Mar 23, 2016 at 1:44 AM, Craig Ringer wrote:
>> On 10 March 2016 at 22:50, Stas Kelvich wrote:
>>> Hi.
>>>
>>> Here is proof-of-concept version of two phase commit support for logical
>>> replication.
>>
>> I missed this when you pos
On Wed, Mar 23, 2016 at 1:44 AM, Craig Ringer wrote:
> On 10 March 2016 at 22:50, Stas Kelvich wrote:
>> Hi.
>>
>> Here is proof-of-concept version of two phase commit support for logical
>> replication.
>
> I missed this when you posted it, so sorry for the late response.
>
> I've read through t
On 10 March 2016 at 22:50, Stas Kelvich wrote:
> Hi.
>
> Here is proof-of-concept version of two phase commit support for logical
> replication.
I missed this when you posted it, so sorry for the late response.
I've read through this but not tested it yet. I really appreciate you doing
it, it'
Hi.
Here is proof-of-concept version of two phase commit support for logical
replication. There are some changes in core postgres, pglogical_output and
pglogical extensions. I’ve used version from 2nd Quadrant repo, pglogical
branch and rebased it to current head. Some notes about this patch: