Remove dynamic_shared_memory_type=none
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −3 |
| doc/src/sgml/parallel.sgml | modified | +0 −8 |
| src/backend/access/transam/parallel.c | modified | +0 −7 |
| src/backend/optimizer/plan/planner.c | modified | +1 −3 |
| src/backend/storage/ipc/dsm.c | modified | +0 −15 |
| src/backend/storage/ipc/dsm_impl.c | modified | +0 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +0 −1 |
| src/bin/initdb/initdb.c | modified | +13 −7 |
| src/include/storage/dsm_impl.h | modified | +0 −1 |