]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-conf.patch
- x32 buildfixes
[packages/postgresql.git] / postgresql-conf.patch
index edfbb18b04d252d7d88aa2cb709df13248599800..7ff48eb8a38fb5ddf3320a172d67581ec7c72eb7 100644 (file)
@@ -1,27 +1,33 @@
---- postgresql-7.4beta1/src/backend/utils/misc/postgresql.conf.sample  2003-08-08 22:41:16.000000000 +0200
-+++ postgresql-7.4beta1/src/backend/utils/misc/postgresql.conf.sample.new      2003-08-08 22:40:08.000000000 +0200
-@@ -137,9 +137,9 @@
+--- postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample.orig       2007-12-07 16:44:56.000000000 +0000
++++ postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample    2008-01-07 22:19:56.904649611 +0000
+@@ -253,7 +253,7 @@
  
- # - Syslog -
+ # - Where to Log -
  
--#syslog = 0                   # range 0-2; 0=stdout; 1=both; 2=syslog
+-#log_destination = 'stderr'           # Valid values are combinations of
++log_destination = 'syslog'            # Valid values are combinations of
+                                       # stderr, csvlog, syslog, and eventlog,
+                                       # depending on platform.  csvlog
+                                       # requires logging_collector to be on.
+@@ -262,8 +262,8 @@
+                                       # 0 disables.
+ # These are relevant when logging to syslog:
 -#syslog_facility = 'LOCAL0'
 -#syslog_ident = 'postgres'
-+syslog = 2                    # range 0-2; 0=stdout; 1=both; 2=syslog
+-#syslog_sequence_numbers = on
 +syslog_facility = 'LOCAL0'
 +syslog_ident = 'postgres'
++syslog_sequence_numbers = on
+ #syslog_split_messages = on
  
- # - When to Log -
-@@ -170,9 +170,9 @@
- #debug_print_rewritten = false
- #debug_print_plan = false
- #debug_pretty_print = false
--#log_connections = false
-+log_connections = true
- #log_duration = false
--#log_pid = false
-+log_pid = true 
- #log_statement = false
- #log_timestamp = false
- #log_hostname = false
+ # This is only relevant when logging to eventlog (win32):
+@@ -324,7 +324,7 @@
+ #debug_print_plan = off
+ #debug_pretty_print = off
+ #log_checkpoints = off
+-#log_connections = off
++log_connections = on
+ #log_disconnections = off
+ #log_duration = off
+ #log_hostname = off
This page took 0.094851 seconds and 4 git commands to generate.