Remove dynamic_shared_memory_type=none

Peter Eisentraut <peter_e@gmx.net>

Commit: bcbd940806a2011d6f99ae72ea5897e8a94c6093
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-07-10T16:35:24Z
Releases: 12.0
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>

Files

Documentation touched