summaryrefslogtreecommitdiff
path: root/databases/postgresql94-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
blob: 6b1bba5f63b5d92b6959fd1a9660a878b23d5dc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/backend/utils/misc/postgresql.conf.sample.orig	2014-02-17 20:29:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample	2014-02-20 18:01:37.000000000 +0100
@@ -295,6 +295,7 @@
 
 # - Where to Log -
 
+log_destination = 'syslog'
 #log_destination = 'stderr'		# Valid values are combinations of
 					# stderr, csvlog, syslog, and eventlog,
 					# depending on platform.  csvlog
@@ -432,6 +433,9 @@
 #track_io_timing = off
 #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'