pg_ctl porting

Поиск
Список
Период
Сортировка
От Ronald Kuczek
Тема pg_ctl porting
Дата
Msg-id 4075943B.6050109@kuczek.pl
обсуждение исходный текст
Список pgsql-hackers-win32
Hi all,

I have skeleton from Claudio and  Keith Woodell.
Idea to start postmaster as new console thread is - IMO all except
productive solution.
Postgres is running as service - quasi-service (the same thing you can
realize with M$ srvany).
My suggestion is - to add to postmaster Win32 service features.
Start,stop,pause, restart, eventlog,service manager etc.
For debugging purposes - developer can start postmaster in console like
any application.
If you want I can continue Claudio's work and complete pg_ctl, my
opinion you know.
Reload can be handled on Pause/ResumeService.
Please tell me your choice, I'll realize it.

Best regards
Rony


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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: PGSVC : PostgreSQL Windows Service Manager
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: pg_ctl porting