summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/pg_autovacuum.conf-7.4.6')
-rw-r--r--dev-db/postgresql/files/pg_autovacuum.conf-7.4.614
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/postgresql/files/pg_autovacuum.conf-7.4.6 b/dev-db/postgresql/files/pg_autovacuum.conf-7.4.6
deleted file mode 100644
index f342ebfd2a47..000000000000
--- a/dev-db/postgresql/files/pg_autovacuum.conf-7.4.6
+++ /dev/null
@@ -1,14 +0,0 @@
-# The PostgreSQL user is:
-PGUSER=postgres
-
-# LOG file is:
-PG_AUTOVACUUM_LOG=/var/lib/postgresql/data/pg_autovacuum.log
-
-# 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