aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2017-07-31 11:24:51 +0900
committerTatsuo Ishii <ishii@postgresql.org>2017-07-31 11:27:58 +0900
commitbc37d2460f8e39170f72a064450281ef0f50822e (patch)
treecca5c4d122da2e83929f796f91afa9cca0e2158f /src
parentbb19bcd426769a568f3ed4025430af1573386322 (diff)
downloadpostgresql-bc37d2460f8e39170f72a064450281ef0f50822e.tar.gz
postgresql-bc37d2460f8e39170f72a064450281ef0f50822e.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index f2cb7de03f9..9a999c9359d 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -368,6 +368,7 @@
#syslog_split_messages = on
# This is only relevant when logging to eventlog (win32):
+# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -