]> 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:10:18 +0000 (11:10 +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 fa6c0eaa801e0f2788aae5ebea37ea4af04d11b9..f2cb7de03f97dbb8413945f0df76d27fc2fd6ed4 100644 (file)
                                        #   windows
                                        #   mmap
                                        # use none to disable dynamic shared memory
+                                       # (change requires restart)
 
 # - Disk -