]> granicus.if.org Git - postgresql/commit
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 13 Feb 1998 05:10:06 +0000 (05:10 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 13 Feb 1998 05:10:06 +0000 (05:10 +0000)
commit64e7adb07b252ba4b6d6990bf6dad2105e072105
treed5942287e79818d0d1bdf31b8167f040b7d7246b
parente3f222466498260a97b2559d539398bad9e6ccff
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>

Apart from this Makefile hack, all I've done is to make dynamically
loaded code modules fail properly (as was already done for __mips__,
although I think this is too loose: I believe NetBSD for the pmax can
do dynamic linking), and to add test-and-set lock handling.  As Bruce
suggested, this is done in a maximally efficient inlined way: I was
not aware that this code was so important, speed-wise.
src/Makefile.global.in
src/backend/parser/scan.c
src/backend/port/dynloader/bsd.c
src/include/port/bsd.h
src/include/storage/s_lock.h
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpq/Makefile.in