Re: pgsql: Fix partition table's REPLICA IDENTITY checking on the subscribe - Mailing list pgsql-committers

From Amit Kapila
Subject Re: pgsql: Fix partition table's REPLICA IDENTITY checking on the subscribe
Date
Msg-id CAA4eK1JdRGnbbub7f1H1-foXkcQ1pBedP09TSJ9urFaYwHrLpg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix partition table's REPLICA IDENTITY checking on the subscribe  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-committers
On Tue, Jun 21, 2022 at 9:57 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Tue, Jun 21, 2022 at 9:42 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >
> > Amit Kapila <akapila@postgresql.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.



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix stale values in partition map entries on subscribers.
Next
From: Tom Lane
Date:
Subject: pgsql: Simplify tab completion of extension versions.