aboutsummaryrefslogtreecommitdiff
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:28:26 +0900
commitb9a92d0108ea15afdcf20782a542cb2e321dbeff (patch)
tree8aeeafa5a15316f44364a758b239c8772ca96f65
parent80d9f6d2a4546edad1dafff84a2a3d97391265ef (diff)
downloadpostgresql-b9a92d0108ea15afdcf20782a542cb2e321dbeff.tar.gz
postgresql-b9a92d0108ea15afdcf20782a542cb2e321dbeff.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.
-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 e9531322cd6..51c9b01884b 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -346,6 +346,7 @@
#syslog_ident = 'postgres'
# This is only relevant when logging to eventlog (win32):
+# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -