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

Поиск
Список
Период
Сортировка
От Ajin Cherian
Тема Re: Race condition in FetchTableStates() breaks synchronization of subscription tables
Дата
Msg-id CAFPTHDY1H1dRp_QkREYWCcUevPT2xXYJfqzFdQ8EL=+befipeA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Race condition in FetchTableStates() breaks synchronization of subscription tables  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Race condition in FetchTableStates() breaks synchronization of subscription tables  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers


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 name of the variable table_states_valid to table_states_validity. The current name made sense when it was a bool, but now that it is a tri-state enum, it doesn't fit well.

regards,
Ajin Cherian
Fujitsu Australia

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

Предыдущее
От: "Jingxian Li"
Дата:
Сообщение: Re: [PATCH] LockAcquireExtended improvement
Следующее
От: Oleg Tselebrovskiy
Дата:
Сообщение: Re: [PROPOSAL] Skip test citext_utf8 on Windows