Re: Race condition in FetchTableStates() breaks synchronization of subscription tables - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Race condition in FetchTableStates() breaks synchronization of subscription tables
Date
Msg-id CAA4eK1JQusQxkf8b3ZoCdwi94PHiYERcp2b+nc3xxPt-NB3UEg@mail.gmail.com
Whole thread Raw
In response to Re: Race condition in FetchTableStates() breaks synchronization of subscription tables  (vignesh C <vignesh21@gmail.com>)
Responses Re: Race condition in FetchTableStates() breaks synchronization of subscription tables
List pgsql-hackers
On Wed, Mar 13, 2024 at 9:19 AM vignesh C <vignesh21@gmail.com> wrote:
>
> On Tue, 12 Mar 2024 at 09:34, Ajin Cherian <itsajin@gmail.com> wrote:
> >
> >
> >
> > On Tue, Mar 12, 2024 at 2:59 PM vignesh C <vignesh21@gmail.com> wrote:
> >>
> >>
> >> Thanks, I have created the following Commitfest entry for this:
> >> https://commitfest.postgresql.org/47/4816/
> >>
> >> Regards,
> >> Vignesh
> >
> >
> > Thanks for the patch, I have verified that the fix works well by following the steps mentioned to reproduce the
problem.
> > Reviewing the patch, it seems good and is well documented. Just one minor comment I had was probably to change the
nameof the variable table_states_valid to table_states_validity. The current name made sense when it was a bool, but
nowthat it is a tri-state enum, it doesn't fit well. 
>
> Thanks for reviewing the patch, the attached v6 patch has the changes
> for the same.
>

v6_0001* looks good to me. This should be backpatched unless you or
others think otherwise.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: POC: GROUP BY optimization
Next
From: Peter Eisentraut
Date:
Subject: Re: ecpg_config.h symbol missing with meson