Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c89d4a2

Browse files
committed
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.
1 parent 689646b commit c89d4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
#syslog_ident = 'postgres'
329329

330330
# This is only relevant when logging to eventlog (win32):
331+
# (change requires restart)
331332
#event_source = 'PostgreSQL'
332333

333334
# - When to Log -

0 commit comments

Comments
 (0)