Re: postgres process got stuck in "notify interrupt waiting" status

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: postgres process got stuck in "notify interrupt waiting" status
Дата
Msg-id 504729990200002500049EAA@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: postgres process got stuck in "notify interrupt waiting" status  (Aleksey Tsalolikhin <atsaloli.tech@gmail.com>)
Ответы Re: postgres process got stuck in "notify interrupt waiting" status  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Aleksey Tsalolikhin <atsaloli.tech@gmail.com> wrote:

> Why will it kill all your other sessions too?  Isn't there a
> separate backend process for each session?

When stopped that abruptly, the process has no chance to clean up
its pending state in shared memory.  A fresh copy of shared memory
is needed, so it is necessary to effectively do an immediate restart
on the whole PostgreSQL instance.

-Kevin


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

Предыдущее
От: Johan Nel
Дата:
Сообщение: Re: alter view, add/drop column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres process got stuck in "notify interrupt waiting" status