Re: Win32 pg_autovacuum service

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Win32 pg_autovacuum service
Дата
Msg-id 4249.24.211.141.25.1084273987.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Win32 pg_autovacuum service  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-patches
Dave Page said:
> The attached patch allows pg_autovacuum to run as an application or a
> service on Win32. There are minor changes that also affect *nix -
> mainly:
>
> - The error logging function now takes an error level as an argument
> for more consistent formatting and use in the windows event log.
> - The default debug level is now 0 as 1 was creating a huge amount of
> log output even on a small database.
> - The main program loop has been moved into a separate function so it
> can be called by the windows Service Control Manager.
>

I thought pg_autovacuum was moving to be integrated with and controlled by
the backend, in which case this seems redundant, or have I become confused
again?

cheers

andrew



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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: pgkill for windows
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Win32 pg_autovacuum service