projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b015dd
)
Add missing comment in postgresql.conf.
author
Tatsuo Ishii
Mon, 31 Jul 2017 02:24:51 +0000
(11:24 +0900)
committer
Tatsuo Ishii
Mon, 31 Jul 2017 02:24:51 +0000
(11:24 +0900)
current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.
Back patched to 9.2 and beyond.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 96f48d9e52cca7a28a2b19020c2f8fc78f524c59..1906b5a33c0e177a2678a2acb2cbb98b158c8b4d 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-379,6
+379,7
@@
#syslog_split_messages = on
# This is only relevant when logging to eventlog (win32):
+# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -