summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2008-02-18 12:55:02 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2008-02-18 12:55:02 +0000
commit2cc30ceb2ac6ed3c16dee6efb3596c73800c29b1 (patch)
tree42adc1ad6057602e6ebadddcb4314412f68acea0 /databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
parentSecret Maryo Chronicles is a two-dimensional, sidescrolling (diff)
Remove bad "BETA" alert. This is not beta anymore.
Set update_process_title = off, as suggested by kris@ and others.
Notes
Notes: svn path=/head/; revision=207511
Diffstat (limited to 'databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample')
-rw-r--r--databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample13
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
index 58e776c20465..fade23fba5cf 100644
--- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
+++ b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -1,5 +1,5 @@
---- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
-+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
+--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
++++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
+@@ -365,6 +367,8 @@
+ #track_counts = on
+ #update_process_title = on
+
++# On FreeBSD, this is a performance hog, so keep it off if you need speed
++update_process_title = off
+
+ # - Statistics Monitoring -
+