aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2017-07-31 11:06:37 +0900
committerTatsuo Ishii <ishii@postgresql.org>2017-07-31 11:11:28 +0900
commit36bda3937d8f5fa542621a451841d09a4d80edeb (patch)
treea351bcb1db493ccc6683c69934e7ff6df2a23ed2
parent62228ff1768d1170e41ca19d764687eb4e9ec3d6 (diff)
downloadpostgresql-36bda3937d8f5fa542621a451841d09a4d80edeb.tar.gz
postgresql-36bda3937d8f5fa542621a451841d09a4d80edeb.zip
Add missing comment in postgresql.conf.
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.
-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 7e622e37fdb..63a678f1fd7 100644
--- 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 -