Re: server won't shutdown

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: server won't shutdown
Дата
Msg-id 1928.1045037047@sss.pgh.pa.us
обсуждение исходный текст
Ответ на server won't shutdown  (Laurette Cisneros <laurette@nextbus.com>)
Ответы Re: server won't shutdown  (Laurette Cisneros <laurette@nextbus.com>)
Re: server won't shutdown  (Laurette Cisneros <laurette@nextbus.com>)
Список pgsql-admin
Laurette Cisneros <laurette@nextbus.com> writes:
> When I do a shutdown:
> $pgpath/bin/pg_ctl -D $datadir -m fast stop
> the server will not completely shutdown.

Hm.  -m fast tells the postmaster to send SIGTERM to all the existing
backends, and then quit when all the backends have quit.  So your
problem is that one or more backend processes isn't exiting in a timely
fashion after receiving SIGTERM.  It would be useful to see what these
backends are doing.  Can you attach to each one with gdb and get a stack
trace?

            regards, tom lane

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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Create Perl Support
Следующее
От: "vivek K."
Дата:
Сообщение: Connection refused