Обсуждение: pgsql: Add options to pg_autovacuum to support setting the

Поиск
Список
Период
Сортировка

pgsql: Add options to pg_autovacuum to support setting the

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)