Обсуждение: pgsql: initdb: Select working dynamic shared memory implementation.

Поиск
Список
Период
Сортировка

pgsql: initdb: Select working dynamic shared memory implementation.

От
Robert Haas
Дата:
initdb: Select working dynamic shared memory implementation.

If POSIX shared memory is supported and works, we prefer it.
Otherwise, we prefer System V, except on Windows, where we use
the implementation specific to that platform.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7195fb3cec9a7cf60f203edfa224ec632f16a101

Modified Files
--------------
src/bin/initdb/initdb.c |   60 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)