Win32 pg_autovacuum service - Mailing list pgsql-patches

From Dave Page
Subject Win32 pg_autovacuum service
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B889FCFD@mail.vale-housing.co.uk
Whole thread Raw
Responses Re: Win32 pg_autovacuum service
List pgsql-patches
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.

Regards, Dave.

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgkill for windows
Next
From: "Magnus Hagander"
Date:
Subject: Re: pgkill for windows