1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.
This commit is contained in:
Tatsuo Ishii
2017-07-31 11:24:51 +09:00
parent 36bda3937d
commit d90d5a1f7a

View File

@@ -352,6 +352,7 @@
#syslog_ident = 'postgres'
# This is only relevant when logging to eventlog (win32):
# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -