pgsql: Remove dynamic_shared_memory_type=none

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dynamic_shared_memory_type=none
Date: 2018-07-10 16:44:05
Message-ID: E1fcvkD-0000oG-Mp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bcbd940806a2011d6f99ae72ea5897e8a94c6093

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
doc/src/sgml/parallel.sgml | 8 --------
src/backend/access/transam/parallel.c | 7 -------
src/backend/optimizer/plan/planner.c | 4 +---
src/backend/storage/ipc/dsm.c | 15 ---------------
src/backend/storage/ipc/dsm_impl.c | 3 ---
src/backend/utils/misc/postgresql.conf.sample | 1 -
src/bin/initdb/initdb.c | 20 +++++++++++++-------
src/include/storage/dsm_impl.h | 1 -
9 files changed, 17 insertions(+), 48 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-10 18:11:12 Re: pgsql: Fix typo
Previous Message Heikki Linnakangas 2018-07-10 13:17:12 pgsql: Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor o