Re: Selectively invalidate caches in pgoutput module

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "ShlokKumar(dot)Kyal(at)fujitsu(dot)com" <ShlokKumar(dot)Kyal(at)fujitsu(dot)com>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Subject: Re: Selectively invalidate caches in pgoutput module
Date: 2025-03-13 08:43:39
Message-ID: CAA4eK1+fDhZ4xaxxO=Hh8==uQCz89qD5d-82pcF+rbBpO_2O-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 12, 2025 at 5:46 PM Hayato Kuroda (Fujitsu)
<kuroda(dot)hayato(at)fujitsu(dot)com> wrote:
>
> > Thanks, the patch looks mostly good to me. I have made few cosmetic
> > changes in the attached and combined both the patches.
>
> Thanks, it looks good to me.
>
> > The existing
> > Alter Publication ... Rename tests don't test invalidations arising
> > from that command. As this patch changes that code path, it would be
> > good to add a few tests for the same. We can add one for individual
> > relations and another for ALL Tables publication.
>
> I created new patch which adds a test code.
>

Thanks. I have pushed the patch after minor changes in the test.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kirill Reshke 2025-03-13 09:00:52 Re: relfilenode statistics
Previous Message Alvaro Herrera 2025-03-13 08:42:31 Re: Test to dump and restore objects left behind by regression