Re: pgsql: Fix partition table's REPLICA IDENTITY checking on the subscribe

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: Fix partition table's REPLICA IDENTITY checking on the subscribe
Date: 2022-06-21 11:56:10
Message-ID: CAA4eK1JdRGnbbub7f1H1-foXkcQ1pBedP09TSJ9urFaYwHrLpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jun 21, 2022 at 9:57 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Tue, Jun 21, 2022 at 9:42 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > Amit Kapila <akapila(at)postgresql(dot)org> writes:
> > > Fix partition table's REPLICA IDENTITY checking on the subscriber.
> >
> > prion seems not too happy with this --- probably you could reproduce
> > the failure with -DRELCACHE_FORCE_RELEASE -DCATCACHE_FORCE_RELEASE.
> >
>
> Okay, I'll look into it.
>

I have pushed a fix for this and prion has passed in its latest run.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-06-21 16:04:20 pgsql: Simplify tab completion of extension versions.
Previous Message Amit Kapila 2022-06-21 10:19:31 pgsql: Fix stale values in partition map entries on subscribers.