]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-conf.patch
- x32 buildfixes
[packages/postgresql.git] / postgresql-conf.patch
index d0b9c89cf875a2886c0acb269e3ec373e206b0ad..7ff48eb8a38fb5ddf3320a172d67581ec7c72eb7 100644 (file)
@@ -1,25 +1,27 @@
 --- 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
-@@ -231,7 +231,7 @@
+@@ -253,7 +253,7 @@
  
  # - Where to Log -
  
 -#log_destination = 'stderr'           # Valid values are combinations of
 +log_destination = 'syslog'            # Valid values are combinations of
-                                       # stderr, csvlog, syslog and eventlog,
+                                       # stderr, csvlog, syslog, and eventlog,
                                        # depending on platform.  csvlog
                                        # requires logging_collector to be on.
 @@ -262,8 +262,8 @@
-                                       # 0 to disable.
+                                       # 0 disables.
  
  # These are relevant when logging to syslog:
 -#syslog_facility = 'LOCAL0'
 -#syslog_ident = 'postgres'
+-#syslog_sequence_numbers = on
 +syslog_facility = 'LOCAL0'
 +syslog_ident = 'postgres'
++syslog_sequence_numbers = on
+ #syslog_split_messages = on
  
- # - When to Log -
+ # This is only relevant when logging to eventlog (win32):
 @@ -324,7 +324,7 @@
  #debug_print_plan = off
  #debug_pretty_print = off
This page took 0.172909 seconds and 4 git commands to generate.