SOURCES (POSTGRESQL_8_3): postgresql-conf.patch - updated for pg 8.3
radek
radek at pld-linux.org
Sat Sep 8 22:05:27 CEST 2007
Author: radek Date: Sat Sep 8 20:05:27 2007 GMT
Module: SOURCES Tag: POSTGRESQL_8_3
---- Log message:
- updated for pg 8.3
---- Files affected:
SOURCES:
postgresql-conf.patch (1.4 -> 1.4.4.1)
---- Diffs:
================================================================
Index: SOURCES/postgresql-conf.patch
diff -u SOURCES/postgresql-conf.patch:1.4 SOURCES/postgresql-conf.patch:1.4.4.1
--- SOURCES/postgresql-conf.patch:1.4 Fri Nov 11 17:38:53 2005
+++ SOURCES/postgresql-conf.patch Sat Sep 8 22:05:22 2007
@@ -1,15 +1,15 @@
---- postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample.orig 2005-10-08 20:32:58.000000000 +0100
-+++ postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample 2005-11-11 16:11:18.000000000 +0000
-@@ -206,7 +206,7 @@
+--- postgresql-snapshot/src/backend/utils/misc/postgresql.conf.sample.orig 2007-09-05 19:10:48.000000000 +0100
++++ postgresql-snapshot/src/backend/utils/misc/postgresql.conf.sample 2007-09-08 18:25:28.757329916 +0100
+@@ -228,7 +228,7 @@
# - Where to Log -
-#log_destination = 'stderr' # Valid values are combinations of
+log_destination = 'syslog' # Valid values are combinations of
- # stderr, syslog and eventlog,
+ # stderr, csvlog, syslog and eventlog,
# depending on platform.
-
-@@ -235,8 +235,8 @@
+ # csvlog requires logging_collector to be on
+@@ -259,8 +259,8 @@
# output. 0 to disable.
# These are relevant when logging to syslog:
@@ -20,16 +20,12 @@
# - When to Log -
-@@ -292,10 +292,10 @@
- #debug_print_rewritten = off
+@@ -322,7 +322,7 @@
#debug_print_plan = off
#debug_pretty_print = off
+ #log_checkpoints = off
-#log_connections = off
-+log_connections = true
++log_connections = on
#log_disconnections = off
#log_duration = off
--#log_line_prefix = '' # Special values:
-+log_line_prefix = '<%p> ' # Special values:
- # %u = user name
- # %d = database name
- # %r = remote host and port
+ #log_hostname = off
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/postgresql-conf.patch?r1=1.4&r2=1.4.4.1&f=u
More information about the pld-cvs-commit
mailing list