Re: pg_ctl -w (wait) option on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_ctl -w (wait) option on Windows
Дата
Msg-id 46897572.8050003@hagander.net
обсуждение исходный текст
Ответ на pg_ctl -w (wait) option on Windows  (Dave Page <dpage@postgresql.org>)
Список pgsql-patches
Dave Page wrote:
> The attached patch implements the following fixes to pg_ctl on Windows:
>
> - Fix the -w (wait) option to work in Windows service mode, per bug
> #3382. This is required on Windows because pg_ctl reports running status
> to the service control manager when actually still in recovery/startup,
> causing any dependent services to start too early.
>
> - Prevent the -w option being passed to the postmaster.
>
> - Read the postmaster options file when starting as a Windows service.
>

Applied and backpatched to 8.2. Thanks.

//Magnus

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SPI-header-files safe for C++-compiler
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Load Distributed Checkpoints, final patch