pgsql: Add options to pg_autovacuum to support setting the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add options to pg_autovacuum to support setting the
Date
Msg-id 20041117165416.773053A4102@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Be sure length limit passed to snprintf matches what malloc was
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust SHLIB_LINK for cygwin case.