pgsql-server: Fix some minor issues with the new Win32 service code for

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix some minor issues with the new Win32 service code for
Date: 2004-09-14 04:06:21
Message-ID: 20040914040621.362B4329D27@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix some minor issues with the new Win32 service code for autovacuum,
and add documentation. Dave Page

Modified Files:
--------------
pgsql-server/contrib/pg_autovacuum:
README.pg_autovacuum (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/pg_autovacuum/README.pg_autovacuum.diff?r1=1.7&r2=1.8)
pg_autovacuum.c (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.20&r2=1.21)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-14 04:21:38 pgsql-server: Fix contrib/cube and contrib/seg to compile on Windows.
Previous Message Tom Lane 2004-09-14 03:58:55 pgsql-server: Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as