]> granicus.if.org Git - postgresql/commit
Remove dynamic_shared_memory_type=none
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 10 Jul 2018 15:37:42 +0000 (17:37 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 10 Jul 2018 16:35:24 +0000 (18:35 +0200)
commitbcbd940806a2011d6f99ae72ea5897e8a94c6093
treea51aac6939900d6ba74b83bda1999304ac178c1b
parent17b715c634d451da3edb221c55c614a7d993c289
Remove dynamic_shared_memory_type=none

PostgreSQL nowadays offers some kind of dynamic shared memory feature on
all supported platforms.  Having the choice of "none" prevents us from
relying on DSM in core features.  So this patch removes the choice of
"none".

Author: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
doc/src/sgml/config.sgml
doc/src/sgml/parallel.sgml
src/backend/access/transam/parallel.c
src/backend/optimizer/plan/planner.c
src/backend/storage/ipc/dsm.c
src/backend/storage/ipc/dsm_impl.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/initdb/initdb.c
src/include/storage/dsm_impl.h