]> granicus.if.org Git - postgresql/commitdiff
Add missing comment in postgresql.conf.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 31 Jul 2017 02:06:37 +0000 (11:06 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 31 Jul 2017 02:11:28 +0000 (11:11 +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 7e622e37fdbce7a72226e4abe42514a4f363194f..63a678f1fd7981e8af85ccef38c6becbfbece1f9 100644 (file)
                                        #   windows
                                        #   mmap
                                        # use none to disable dynamic shared memory
+                                       # (change requires restart)
 
 # - Disk -