freebsd-ports/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
Palle Girgensohn 060a528952 Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.

PR: ports/132402, ports/145002, ports/146657
2010-10-07 06:58:10 +00:00

28 lines
925 B
Text

--- src/backend/utils/misc/postgresql.conf.sample.orig 2010-10-01 16:25:44.000000000 +0200
+++ src/backend/utils/misc/postgresql.conf.sample 2010-10-05 07:37:35.626282933 +0200
@@ -256,6 +256,7 @@
# - Where to Log -
+log_destination = 'syslog'
#log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
@@ -290,6 +291,7 @@
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
+silent_mode = on
#silent_mode = off # Run server silently.
# DO NOT USE without syslog or
# logging_collector
@@ -394,6 +396,9 @@
#track_counts = on
#track_functions = none # none, pl, all
#track_activity_query_size = 1024 # (change requires restart)
+
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
#update_process_title = on
#stats_temp_directory = 'pg_stat_tmp'