projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157adfd
)
Add missing comment in postgresql.conf.
author
Tatsuo Ishii
Mon, 31 Jul 2017 02:06:37 +0000
(11:06 +0900)
committer
Tatsuo Ishii
Mon, 31 Jul 2017 02:10:18 +0000
(11:10 +0900)
dynamic_shared_memory_type requires to restart server to reflect
the new value. Per Yugo Nagata and Masahiko Sawada.
Back pached to 9.4 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 fa6c0eaa801e0f2788aae5ebea37ea4af04d11b9..f2cb7de03f97dbb8413945f0df76d27fc2fd6ed4 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-131,6
+131,7
@@
# windows
# mmap
# use none to disable dynamic shared memory
+ # (change requires restart)
# - Disk -