pgsql: initdb: Select working dynamic shared memory implementation. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: initdb: Select working dynamic shared memory implementation.
Date
Msg-id E1VUPzK-0002MG-Aa@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Stamp 9.3.1.
Next
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL9_1_10 was created