summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/bsd.c
Commit message (Collapse)AuthorAgeFilesLines
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-1/+1
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
|
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-4/+0
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
|
* From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier1998-02-131-3/+4
| | | | | | | | | 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.
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-1/+1
|
* These files will get link'd to 'dynloader.[ch]', from configure, whichMarc G. Fournier1997-12-191-0/+107
will then get link'd into SUBSYS.o