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:06:37 +0900 |
commit | 8b015dd723ffc1ae7123758dda90d0bf0fa9b464 (patch) | |
tree | 9a2a0d5df529d7d1e68b68bed998ba92f9ea6e35 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 9fe63092b541e48aebb1190179b47249672a8560 (diff) | |
download | postgresql-8b015dd723ffc1ae7123758dda90d0bf0fa9b464.tar.gz postgresql-8b015dd723ffc1ae7123758dda90d0bf0fa9b464.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 e33a4ef74be..96f48d9e52c 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 - |