initdb: Select working dynamic shared memory implementation.

Robert Haas <rhaas@postgresql.org>

Commit: 7195fb3cec9a7cf60f203edfa224ec632f16a101
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-10-10T23:46:31Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/bin/initdb/initdb.c modified +60 −0