Question about CleanupProc()

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Question about CleanupProc()
Дата
Msg-id 3A10CFF1.1C0C91FC@tpf.co.jp
обсуждение исходный текст
Список pgsql-hackers
Hi all,

I have a question about CleanupProc() and reaper().
CleanupProc() sends SIGUSR1 signal to all backends
if the exitStatus parameter is not 0.
Could we expect that other backends die with non
zero exit status ? Seems CheckPoint process could
be invoked after CleanupProc() is called and it
would remain alive unless SIGUSR1 is sent to the
process. The reset_shared() isn't called and so
the CheckPoint process may be blocked by spinlock/
BufferLock etc...

Regards.
Hiroshi Inoue


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Shouldn't default multibyte encoding come from template database?
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: SearchSysCacheTuple(Copy)