pgsql: pg_autovacuum fixes from Dave Page: - Dependency services may

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_autovacuum fixes from Dave Page: - Dependency services may
Date: 2005-01-24 00:14:31
Message-ID: 20050124001431.EEB843A4F57@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pg_autovacuum fixes from Dave Page:

- Dependency services may not be correctly registered when installing as
a Windows Service.

- The sleep time is changed from milliseconds to seconds as it should
be.

- Error messages during service installation/removal are logged to
stderr.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.27 -> r1.27.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.27&r2=1.27.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-01-24 00:18:02 pgsql: Fix typo.
Previous Message Neil Conway 2005-01-24 00:13:43 pgsql: pg_autovacuum fixes from Dave Page: - Dependency services may