diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-07-10 17:37:42 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-07-10 18:35:24 +0200 |
commit | bcbd940806a2011d6f99ae72ea5897e8a94c6093 (patch) | |
tree | a51aac6939900d6ba74b83bda1999304ac178c1b /src/backend/utils/misc/postgresql.conf.sample | |
parent | 17b715c634d451da3edb221c55c614a7d993c289 (diff) | |
download | postgresql-bcbd940806a2011d6f99ae72ea5897e8a94c6093.tar.gz postgresql-bcbd940806a2011d6f99ae72ea5897e8a94c6093.zip |
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>
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 9e39baf4668..657c3f81f8f 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -133,7 +133,6 @@ # sysv # windows # mmap - # use none to disable dynamic shared memory # (change requires restart) # - Disk - |