[COMMITTERS] pgsql: Stop table sync workers when subscription relation entry isremo

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Stop table sync workers when subscription relation entry isremo
Дата
Msg-id E1dKOsf-0004B2-8y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stop table sync workers when subscription relation entry is removed

When a table sync worker is in waiting state and the subscription table
entry is removed because of a concurrent subscription refresh, the
worker could be left orphaned.  To avoid that, explicitly stop the
worker when the pg_subscription_rel entry is removed.

Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ddd7b22b225ae41d16ceb218b387645cb9becfdc

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Apply RLS policies to partitioned tables.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Apply RLS policies to partitioned tables.