Add missing comment in postgresql.conf.
authorTatsuo Ishii <[email protected]>
Mon, 31 Jul 2017 02:24:51 +0000 (11:24 +0900)
committerTatsuo Ishii <[email protected]>
Mon, 31 Jul 2017 02:28:49 +0000 (11:28 +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 efbf58fcf7f92f5204c0f2224b49ba4e12b83f27..ec3d29d605b8c8ffcaec93ee8ca5b709cb43e4a1 100644 (file)
 #syslog_ident = 'postgres'
 
 # This is only relevant when logging to eventlog (win32):
+# (change requires restart)
 #event_source = 'PostgreSQL'
 
 # - When to Log -