]> granicus.if.org Git - postgresql/commitdiff
Add missing comment in postgresql.conf.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 31 Jul 2017 02:24:51 +0000 (11:24 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 31 Jul 2017 02:27:58 +0000 (11:27 +0900)
current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

src/backend/utils/misc/postgresql.conf.sample

index f2cb7de03f97dbb8413945f0df76d27fc2fd6ed4..9a999c9359dac1437ec5e58ea7bffc6db1c50b12 100644 (file)
 #syslog_split_messages = on
 
 # This is only relevant when logging to eventlog (win32):
+# (change requires restart)
 #event_source = 'PostgreSQL'
 
 # - When to Log -