pg_autovacuum service fixes

Started by Dave Pageabout 22 years ago2 messagespatches
Jump to latest
#1Dave Page
dpage@pgadmin.org

Hi,

The attached patch addresses the following issues with the WIn32 service
code in pg_autovacuum. Please apply.

- Add documentation.
- Use the main PostgreSQL message dll when logging to the application
log.
- Set the -P (port) option correctly when installing as a service.

Regards, Dave

Attachments:

pg_autovacuum3.diffapplication/octet-stream; name=pg_autovacuum3.diffDownload+32-21
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dave Page (#1)
Re: pg_autovacuum service fixes

"Dave Page" <dpage@vale-housing.co.uk> writes:

The attached patch addresses the following issues with the WIn32 service
code in pg_autovacuum. Please apply.

Done.

regards, tom lane