pg_ctl stop -m fast after -m smart

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pg_ctl stop -m fast after -m smart
Дата
Msg-id 20090807102027.9792.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: pg_ctl stop -m fast after -m smart  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
"pg_ctl stop -m smart" will wait for all connections are disconnected and
"pg_ctl stop -m fast" will disconnect all connections forcibly.
But "fast" after "smart" also wait for disconnections.

Can we change the behavior that "fast" overwrites "smart" mode?
I'd like to achieve the following sequence:
$ pg_ctl stop
$ (found some connections remain)
$ [Ctrl+C]
$ pg_ctl stop -m fast
$ (force disconnect and stop server safely)

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Alpha Releases: Docs?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: machine-readable explain output v4