Re: Race condition in FetchTableStates() breaks synchronization of subscription tables

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Race condition in FetchTableStates() breaks synchronization of subscription tables
Дата
Msg-id CALDaNm10R7L0Dxq+-J=Pp3AfM_yaokpbhECvJ69QiGH8-jQquw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Race condition in FetchTableStates() breaks synchronization of subscription tables  (Ajin Cherian <itsajin@gmail.com>)
Ответы RE: Race condition in FetchTableStates() breaks synchronization of subscription tables  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
RE: Race condition in FetchTableStates() breaks synchronization of subscription tables  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
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.

Regards,
Vignesh

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Introduce XID age and inactive timeout based replication slot invalidation