This is the minimal version of the Darwin support patch from

Peter Eisentraut <peter_e@gmx.net>

Commit: b99ee7f37d41803ac643d525c4e700644ddb6030
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-10-31T19:55:20Z
Releases: 7.1.1
This is the minimal version of the Darwin support patch from
Bruce Hartzler <bruceh@mail.utexas.edu>.  It contains shared library
support, regression test map, and the usual template files.  The dynamic
loader is missing, the spin lock code apparently doesn't assemble due to
syntax problems, and semaphores are to be hoped for from Apple.

Files

PathChange+/−
configure modified +365 −364
configure.in modified +1 −0
src/backend/port/dynloader/darwin.c added +36 −0
src/backend/port/dynloader/darwin.h added +5 −0
src/include/port/darwin.h added +6 −0
src/Makefile.shlib modified +8 −3
src/makefiles/Makefile.darwin added +7 −0
src/template/darwin added +4 −0
src/test/regress/resultmap modified +3 −0