Re: cannot drop replication slot if server is running in single-usermode

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: cannot drop replication slot if server is running in single-usermode
Дата
Msg-id 20180330010928.pnxxyoq2b63n3ru2@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: cannot drop replication slot if server is running in single-usermode  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: cannot drop replication slot if server is running in single-usermode  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 2018-03-29 21:07:36 -0400, Bruce Momjian wrote:
> I think the question is whether this is exposing a bug or is expected
> behavior.

It's unsurprising.  Acquiring a slot uses a condition variable, which
uses latches to sleep. Latches don't work in single user mode. Boom.

Greetings,

Andres Freund


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: cannot drop replication slot if server is running in single-usermode
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: cannot drop replication slot if server is running in single-usermode