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:10:18 +0900 |
commit | bb19bcd426769a568f3ed4025430af1573386322 (patch) | |
tree | 89e430619257baa5047719ed4f983cb3feed7767 /src | |
parent | 157adfdf4adc83c2779de234a415eeb4d1bbb38c (diff) | |
download | postgresql-bb19bcd426769a568f3ed4025430af1573386322.tar.gz postgresql-bb19bcd426769a568f3ed4025430af1573386322.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')
-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 fa6c0eaa801..f2cb7de03f9 100644 --- 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 - |