projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe6309
)
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:06:37 +0000
(11:06 +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 e33a4ef74be1bdf0e0dd42390b057592f3669d0d..96f48d9e52cca7a28a2b19020c2f8fc78f524c59 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-130,6
+130,7
@@
# windows
# mmap
# use none to disable dynamic shared memory
+ # (change requires restart)
# - Disk -