patch for pg_ctl.c to add windows service start-type

Поиск
Список
Период
Сортировка
От Quan Zongliang
Тема patch for pg_ctl.c to add windows service start-type
Дата
Msg-id 20100816194920.227cd436.quanzongliang@gmail.com
обсуждение исходный текст
Ответы Re: patch for pg_ctl.c to add windows service start-type  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
Hi, all

I modified pg_ctl.c to add a new option for Windows service start-type.
new option is -S [auto|demand]

For example, the command can be used under Windows:
pg_ctl register -N "s-name" -S auto
or
pg_ctl register -N "s-name" -S demand

The created service will be SERVICE_AUTO_START or SERVICE_DEMAND_START respectively.

regards

-- 
Quan Zongliang <quanzongliang@gmail.com>


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: psql variables tabcomplete
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Cost of AtEOXact_Buffers in --enable-cassert