mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
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>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#define DSM_IMPL_H
|
||||
|
||||
/* Dynamic shared memory implementations. */
|
||||
#define DSM_IMPL_NONE 0
|
||||
#define DSM_IMPL_POSIX 1
|
||||
#define DSM_IMPL_SYSV 2
|
||||
#define DSM_IMPL_WINDOWS 3
|
||||
|
||||
Reference in New Issue
Block a user