Re: pgsql: Allow multiple xacts during table sync in logical replication.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Allow multiple xacts during table sync in logical replication.
Date: 2021-02-12 03:30:03
Message-ID: CAA4eK1+ATy4ES85Ku83MMjZBGza_9OU7w+FV+5m+GxKFCHLkrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Feb 12, 2021 at 8:47 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Amit Kapila <amit(dot)kapila16(at)gmail(dot)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.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-02-12 04:46:53 pgsql: Fix Subscription test added by commit ce0fdbfe97.
Previous Message Amit Kapila 2021-02-12 03:20:01 Re: pgsql: Allow multiple xacts during table sync in logical replication.