pgsql: initdb: Select working dynamic shared memory implementation.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: initdb: Select working dynamic shared memory implementation.
Дата
Msg-id E1VUPzK-0002MG-Aa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Stamp 9.3.1.
Следующее
От: pgsql@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL9_1_10 was created