]> granicus.if.org Git - postgresql/commit
initdb: Select working dynamic shared memory implementation.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Oct 2013 23:38:56 +0000 (19:38 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Oct 2013 23:46:31 +0000 (19:46 -0400)
commit7195fb3cec9a7cf60f203edfa224ec632f16a101
tree79483258e8b434f72b0c68a94a948f2a2c2f8287
parent15e46fd1dd77d908d73c48d601694a6809d18976
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.
src/bin/initdb/initdb.c