Add missing comment in postgresql.conf.
authorTatsuo Ishii
Mon, 31 Jul 2017 02:06:37 +0000 (11:06 +0900)
committerTatsuo Ishii
Mon, 31 Jul 2017 02:12:22 +0000 (11:12 +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

index 622b981ccc50bcfb877219f7c11503aa06b54d1f..e9531322cd6625029ea42aa6a87d72740868c213 100644 (file)
                    #   windows
                    #   mmap
                    # use none to disable dynamic shared memory
+                   # (change requires restart)
 
 # - Disk -