diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2017-07-31 11:06:37 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2017-07-31 11:12:22 +0900 |
commit | 80d9f6d2a4546edad1dafff84a2a3d97391265ef (patch) | |
tree | 60c5c444c62288909cc72626c0d59e28a33bb080 /src/backend/utils/misc/postgresql.conf.sample | |
parent | a84a412398a41011dad79ec665bff0af1fc094e3 (diff) | |
download | postgresql-80d9f6d2a4546edad1dafff84a2a3d97391265ef.tar.gz postgresql-80d9f6d2a4546edad1dafff84a2a3d97391265ef.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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
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 622b981ccc5..e9531322cd6 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 - |