]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-conf.patch
up to 15.6 (fixes CVE-2024-0985)
[packages/postgresql.git] / postgresql-conf.patch
CommitLineData
61f830ee
AM
1diff -urNp -x '*.orig' postgresql-12.4.org/src/backend/utils/misc/postgresql.conf.sample postgresql-12.4/src/backend/utils/misc/postgresql.conf.sample
2--- postgresql-12.4.org/src/backend/utils/misc/postgresql.conf.sample 2020-08-10 23:15:53.000000000 +0200
3+++ postgresql-12.4/src/backend/utils/misc/postgresql.conf.sample 2021-11-09 09:30:59.882648111 +0100
41f2a7ae 4@@ -441,7 +441,7 @@
cc1001dd 5
6091e228 6 # - Where to Log -
16404f9a 7
c561432f 8-#log_destination = 'stderr' # Valid values are combinations of
9+log_destination = 'syslog' # Valid values are combinations of
41f2a7ae
AM
10 # stderr, csvlog, jsonlog, syslog, and
11 # eventlog, depending on platform.
12 # csvlog and jsonlog require
bc3c74ea
AM
13@@ -463,9 +463,9 @@ log_destination = 'syslog' # Valid valu
14 # in all cases.
6091e228 15
16 # These are relevant when logging to syslog:
cc1001dd 17-#syslog_facility = 'LOCAL0'
18-#syslog_ident = 'postgres'
8ff799d0 19-#syslog_sequence_numbers = on
cc1001dd 20+syslog_facility = 'LOCAL0'
21+syslog_ident = 'postgres'
8ff799d0
AM
22+syslog_sequence_numbers = on
23 #syslog_split_messages = on
cc1001dd 24
bc3c74ea
AM
25 # This is only relevant when logging to eventlog (Windows):
26
This page took 0.343131 seconds and 5 git commands to generate.