Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slot handling

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slot handling
Дата
Msg-id CAB7nPqQ6fwMgGMaerttJPSy-_DYnZR4M2mU69f5Y9Ph=YZLW8w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slothandling  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Ответы Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slothandling
Re: [HACKERS] DROP SUBSCRIPTION, query cancellations and slothandling
Список pgsql-hackers
On Thu, Apr 20, 2017 at 8:47 PM, Petr Jelinek
<petr.jelinek@2ndquadrant.com> wrote:
> Or you can drop the slot manually on upstream.

Sure, but the point here is that if for example users have
client_min_messages set at least at warning, they may have no idea
that an underlying slot has been created. This is a confusing
experience for users.

As subscription is a self-contained concept, it seems to me that any
errors happening should at least try to do some cleanup action before
just giving up processing, that would be a less frustrating
experience.
-- 
Michael



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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] logical replication and PANIC during shutdowncheckpoint in publisher
Следующее
От: Nikolay Shaplov
Дата:
Сообщение: Re: [HACKERS] pgbench tap tests & minor fixes