diff options
Diffstat (limited to 'dev-db/postgresql-client/files/pg_autovacuum.conf-8.0')
-rw-r--r-- | dev-db/postgresql-client/files/pg_autovacuum.conf-8.0 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-db/postgresql-client/files/pg_autovacuum.conf-8.0 b/dev-db/postgresql-client/files/pg_autovacuum.conf-8.0 deleted file mode 100644 index 6d87e27..0000000 --- a/dev-db/postgresql-client/files/pg_autovacuum.conf-8.0 +++ /dev/null @@ -1,18 +0,0 @@ -# Logfile path (NOTE: This must be owned by the uid/gid of $PGUSER!) -PG_AUTOVACUUM_LOG="/var/lib/postgresql/8.0/data/pg_autovacuum.log" - -# PostgreSQL user -PGUSER="postgres" - -# See the pg_autovacuum documentation for the details of how these -# parameters affect pg_autovacuum's aggressiveness. - -VACUUM_BASE="1000" -VACUUM_SCALE="2" - -SLEEP_BASE="300" -SLEEP_SCALE="2" - -# Add more options to pg_autovacuum, for instance -H to specify host or -# -p to specify port -PG_AUTOVACUUM_OPTS="" |