Re: pgsql: Allow multiple xacts during table sync in logical replication. - Mailing list pgsql-committers

From Amit Kapila
Subject Re: pgsql: Allow multiple xacts during table sync in logical replication.
Date
Msg-id CAA4eK1J3cDHV9ioavb=mxvKq1hh9dAzuiVoucnEkj6JF4h3wsw@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Allow multiple xacts during table sync in logical replication.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Allow multiple xacts during table sync in logical replication.  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-committers
On Sat, Feb 13, 2021 at 9:49 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Kapila <amit.kapila16@gmail.com> writes:
> > Attached should fix the reported warnings but as I am not getting
> > those warnings on my system so can't confirm but otherwise, the patch
> > works as expected. I am planning to push this unless you or Peter have
> > any comments.
>
> Personally I'd get rid of the option for ReplicationSlotNameForTablesync
> to allocate the result buffer.
>

Sounds reasonable and the updated patch attached.

-- 
With Regards,
Amit Kapila.

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Allow multiple xacts during table sync in logical replication.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER comm