diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-12-02 22:21:27 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-12-02 22:21:27 +0000 |
commit | 38401795bfa4953749675f7700656eb11dbbef66 (patch) | |
tree | d2d6b1375af3c237e3d9d002099e23e90a44dfde /databases/postgresql92-server/files | |
parent | 79c369d791b82127fa5de95626f8e03d17f5e14d (diff) |
- Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)
PR: ports/139277
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: maintainer timeout (2 months)
Notes
Notes:
svn path=/head/; revision=245131
Diffstat (limited to 'databases/postgresql92-server/files')
-rw-r--r-- | databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample index fade23fba5cf..4c32ae4a26bb 100644 --- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample @@ -1,6 +1,6 @@ ---- 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 @@ +--- ./src/backend/utils/misc/postgresql.conf.sample.orig 2009-08-24 22:08:40.000000000 +0200 ++++ ./src/backend/utils/misc/postgresql.conf.sample 2009-10-04 19:21:09.000000000 +0200 +@@ -230,6 +230,7 @@ # - Where to Log - @@ -8,20 +8,21 @@ #log_destination = 'stderr' # Valid values are combinations of # stderr, csvlog, syslog and eventlog, # depending on platform. csvlog -@@ -313,6 +314,7 @@ - # and their durations, > 0 logs only - # statements running at least this time. +@@ -264,6 +265,7 @@ + #syslog_facility = 'LOCAL0' + #syslog_ident = 'postgres' +silent_mode = on - #silent_mode = off # DO NOT USE without syslog or + #silent_mode = off # Run server silently. + # DO NOT USE without syslog or # logging_collector - # (change requires restart) -@@ -365,6 +367,8 @@ +@@ -367,6 +369,9 @@ #track_counts = on - #update_process_title = on - + #track_functions = none # none, pl, all + #track_activity_query_size = 1024 ++ +# On FreeBSD, this is a performance hog, so keep it off if you need speed +update_process_title = off - - # - Statistics Monitoring - + #update_process_title = on + #stats_temp_directory = 'pg_stat_tmp' |