summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-07-11 17:39:54 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-07-11 17:39:54 +0000
commit280345a3d077d4059abf4b6c49b7c6c68737c280 (patch)
tree8e4eb852b7422de526e192d302ddba6ccac93ad2 /dev-db/postgresql/files/pg_autovacuum.conf-7.4
parenteclass/einput: Removed portageq call in global context for EINPUT_NOCOLOR (diff)
downloadtesting-280345a3d077d4059abf4b6c49b7c6c68737c280.tar.gz
testing-280345a3d077d4059abf4b6c49b7c6c68737c280.tar.bz2
testing-280345a3d077d4059abf4b6c49b7c6c68737c280.zip
Added libpq and postgresql from the tree to fix a couple of bugs
svn path=/testing/; revision=266
Diffstat (limited to 'dev-db/postgresql/files/pg_autovacuum.conf-7.4')
-rw-r--r--dev-db/postgresql/files/pg_autovacuum.conf-7.418
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/pg_autovacuum.conf-7.4 b/dev-db/postgresql/files/pg_autovacuum.conf-7.4
new file mode 100644
index 0000000..7a745c9
--- /dev/null
+++ b/dev-db/postgresql/files/pg_autovacuum.conf-7.4
@@ -0,0 +1,18 @@
+# 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"