ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/postgresql94-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
Revision: 21170
Committed: Tue Mar 15 19:29:05 2016 UTC (8 years, 1 month ago) by laffer1
Content type: text/plain
File size: 723 byte(s)
Log Message:
add postgresql 9.4.  Based on FreeBSD ports.

File Contents

# Content
1 --- src/backend/utils/misc/postgresql.conf.sample.orig 2014-02-17 20:29:55.000000000 +0100
2 +++ src/backend/utils/misc/postgresql.conf.sample 2014-02-20 18:01:37.000000000 +0100
3 @@ -295,6 +295,7 @@
4
5 # - Where to Log -
6
7 +log_destination = 'syslog'
8 #log_destination = 'stderr' # Valid values are combinations of
9 # stderr, csvlog, syslog, and eventlog,
10 # depending on platform. csvlog
11 @@ -432,6 +433,9 @@
12 #track_io_timing = off
13 #track_functions = none # none, pl, all
14 #track_activity_query_size = 1024 # (change requires restart)
15 +
16 +# On FreeBSD, this is a performance hog, so keep it off if you need speed
17 +update_process_title = off
18 #update_process_title = on
19 #stats_temp_directory = 'pg_stat_tmp'
20

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain