Re: [PATCH] Fix alter subscription concurrency errors

Поиск
Список
Период
Сортировка
От Jelte Fennema
Тема Re: [PATCH] Fix alter subscription concurrency errors
Дата
Msg-id HE1PR8303MB0075B62308DEDDD77D8B3D99F7759@HE1PR8303MB0075.EURPRD83.prod.outlook.com
обсуждение исходный текст
Ответ на Re: [PATCH] Fix alter subscription concurrency errors  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: [PATCH] Fix alter subscription concurrency errors  (Asif Rehman <asifr.rehman@gmail.com>)
Re: [PATCH] Fix alter subscription concurrency errors  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
> Won't the same thing can happen for similar publication commands? Why
> is this unique to the subscription and not other Alter/Drop commands?

I indeed don't think this problem is unique to subscriptions, but it seems
better to at least have this problem in a few places less (not making perfect
the enemy of good).

If someone has a more generic way of solving this for other commands too,
then that sounds great, but if not then slowly chipping away at these cases
seems better than keeping the status quo.

Attached is a new patch where ALTER SUBSCRIPTION ... OWNER TO ... can
now also be executed concurrently with the other subscription commands.
Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pg_rewind WAL segments deletion pitfall
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Asynchronous execution support for Custom Scan