Re: Decoding of two-phase xacts missing from CREATE_REPLICATION_SLOT command
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Amit Kapila <akapila@postgresql.org>, Ajin Cherian <itsajin@gmail.com>, vignesh C <vignesh21@gmail.com>, Peter Smith <smithpb2250@gmail.com>
Date: 2021-06-04T18:09:41Z
Lists: pgsql-hackers
On Fri, 2021-06-04 at 08:36 +0530, Amit Kapila wrote: > I think we can try but not sure if we can get it by then. So, here is > my suggestion: > a. remove the change in CreateReplicationSlotCmd > b. prepare the patches for protocol change and pg_recvlogical. This > will anyway include the change we removed as part of (a). Yes, sounds good. Regards, Jeff Davis
Commits
-
Remove two_phase variable from CreateReplicationSlotCmd struct.
- be57f21650d3 14.0 landed
-
Add option to enable two_phase commits via pg_create_logical_replication_slot.
- 19890a064ebf 14.0 cited