]> git.ipfire.org Git - thirdparty/postgresql.git/commit
This is the minimal version of the Darwin support patch from
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 31 Oct 2000 19:55:20 +0000 (19:55 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 31 Oct 2000 19:55:20 +0000 (19:55 +0000)
commitb99ee7f37d41803ac643d525c4e700644ddb6030
tree8ed656fc59d04e2cdbb55cf5f98a827d2fdf779b
parentdc0f5cb09025bf8c5cc3900bfa4738a83457028f
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.
configure
configure.in
src/Makefile.shlib
src/backend/port/dynloader/darwin.c [new file with mode: 0644]
src/backend/port/dynloader/darwin.h [new file with mode: 0644]
src/include/port/darwin.h [new file with mode: 0644]
src/makefiles/Makefile.darwin [new file with mode: 0644]
src/template/darwin [new file with mode: 0644]
src/test/regress/resultmap