pgsql: initdb: Select working dynamic shared memory implementation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb: Select working dynamic shared memory implementation.
Date: 2013-10-10 23:49:50
Message-ID: E1VUPzK-0002MG-Aa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2013-10-10 23:54:21 pgsql: Tag refs/tags/REL9_3_1 was created
Previous Message Alvaro Herrera 2013-10-10 21:49:30 Re: pgsql: Stamp 9.3.1.