From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add options to pg_autovacuum to support setting the |
Date: | 2004-11-17 16:54:16 |
Message-ID: | 20041117165416.773053A4102@svr1.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add options to pg_autovacuum to support setting the cost-based-vacuum
parameters differently from their default values. Matthew T. O'Connor
Modified Files:
--------------
pgsql/contrib/pg_autovacuum:
README.pg_autovacuum (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/README.pg_autovacuum.diff?r1=1.8&r2=1.9)
pg_autovacuum.c (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.23&r2=1.24)
pg_autovacuum.h (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.h.diff?r1=1.12&r2=1.13)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-11-17 17:08:17 | pgsql: Adjust SHLIB_LINK for cygwin case. |
Previous Message | Tom Lane | 2004-11-17 16:34:43 | pgsql: Be sure length limit passed to snprintf matches what malloc was |