diff options
Diffstat (limited to 'dev-db/postgresql/files/pg_autovacuum.conf-7.4')
-rw-r--r-- | dev-db/postgresql/files/pg_autovacuum.conf-7.4 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-db/postgresql/files/pg_autovacuum.conf-7.4 b/dev-db/postgresql/files/pg_autovacuum.conf-7.4 deleted file mode 100644 index 7a745c9c4a47..000000000000 --- a/dev-db/postgresql/files/pg_autovacuum.conf-7.4 +++ /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/data/pg_autovacuum.log" - -# PostgreSQL user -PGUSER="postgres" - -# If you changed the default database port, you have to set -# PGPORT to the new port number, otherwise pg_autovacuum won't work. -#PGPORT=5432 - -# 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" |