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 CAA4eK1+ATy4ES85Ku83MMjZBGza_9OU7w+FV+5m+GxKFCHLkrA@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 Fri, Feb 12, 2021 at 8:47 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Kapila <amit.kapila16@gmail.com> writes:
> > I noticed one failure:
> > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=thorntail&dt=2021-02-12%2002%3A28%3A12
> > Checking the same.
>
> I think thorntail runs with nondefault prevailing wal_level, might be
> related.
>

Right, it is due to max_wal_senders nondefault config parameter. I
think we need to slightly tweak the test so that we don't initially
try to connect, then enable the subscription later with different
command and then perform the rest of the commands.

-- 
With Regards,
Amit Kapila.



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Allow multiple xacts during table sync in logical replication.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix Subscription test added by commit ce0fdbfe97.