Re: Decoding of two-phase xacts missing from CREATE_REPLICATION_SLOT command

From: Ajin Cherian <itsajin(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <akapila(at)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>
Subject: Re: Decoding of two-phase xacts missing from CREATE_REPLICATION_SLOT command
Date: 2021-06-08 07:41:06
Message-ID: CAFPTHDZj0tvHd4mrfNe6KzAER5Er5zbDvnTOmSYCQuQHGGXoTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 7, 2021 at 3:17 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:

> Pushed the above patch.

Here's an updated patchset that adds back in the option for two-phase
in CREATE_REPLICATION_SLOT command and a second patch that adds
support for
two-phase decoding in pg_recvlogical.

regards,
Ajin Cherian

Attachment Content-Type Size
v2-0001-Add-option-to-set-two-phase-in-CREATE_REPLICATION.patch application/octet-stream 3.7 KB
v2-0002-Add-support-for-two-phase-decoding-in-pg_recvlogi.patch application/octet-stream 8.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message osumi.takamichi@fujitsu.com 2021-06-08 08:03:59 RE: locking [user] catalog tables vs 2pc vs logical rep
Previous Message Masahiko Sawada 2021-06-08 07:32:14 Re: Transactions involving multiple postgres foreign servers, take 2