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:19 +0900
commitd90d5a1f7a77a23732c910d2fdda036589940834 (patch)
tree98ec50f73b21a1c14690b1798f1b9d125158b928
parent36bda3937d8f5fa542621a451841d09a4d80edeb (diff)
downloadpostgresql-d90d5a1f7a77a23732c910d2fdda036589940834.tar.gz
postgresql-d90d5a1f7a77a23732c910d2fdda036589940834.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 63a678f1fd7..d509bd45b26 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -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 -