Re: Switch pg_ctl's default about waiting?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Switch pg_ctl's default about waiting?
Дата
Msg-id Pine.LNX.4.30.0012072052370.780-100000@peter.localdomain
обсуждение исходный текст
Ответ на Switch pg_ctl's default about waiting?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Switch pg_ctl's default about waiting?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> Now that the postmaster takes a noticeable amount of time to shut down,
> I'm wondering if pg_ctl's default about whether or not to wait ought
> to be reversed.  That is, "-w" would become the norm, and some new
> switch ("-n" maybe) would be needed if you didn't want it to wait.

Two concerns:

1.  The waiting isn't very reliable as we recently found out.  (If you
wait on shutdown, then wait on startup would be default as well, no?)

2.  Why would you necessarily care to wait for shutdown?  Startup I can
see, but shutdown doesn't seem so important.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: How to reset WAL enveironment
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: v7.1 beta 1 ...packaged, finally ...