Re: Postmaster 7.1.2 hanging

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postmaster 7.1.2 hanging
Дата
Msg-id 6908.994425698@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postmaster 7.1.2 hanging  (Justin Clift <aa2@bigpond.net.au>)
Список pgsql-bugs
Justin Clift <aa2@bigpond.net.au> writes:
> Just did a :
> pg_ctl stop -m fast
> And the postmaster process won't die.

Can't duplicate it here.  Can you attach to the postmaster process with
a debugger and see what it thinks its state is?  The static variables in
postmaster.c are the things to look at.  Are there still entries
in BackendList?  Are any of StartupPID, ShutdownPID, CheckPointPID
nonzero?  What's the value of Shutdown?  Etc.

            regards, tom lane

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

Предыдущее
От: "pgsql-bugs"
Дата:
Сообщение: Re: Postmaster 7.1.2 hanging
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Query rewriting limit needs to be a little bigger or tunable