summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/bsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Add:Bruce Momjian2000-01-261-1/+2
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-1/+1
|
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-131-3/+3
|
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-0/+2
| | | | | | | | | | | | | NetBSD/macppc LinuxPPC FreeBSD 2.2.6-RELEASE All of them seem happy with the regression test. Note that, however, compiling with optimization enabled on NetBSD/macppc causes an initdb failure (other two platforms are ok). After checking the asm code, we are suspecting that might be a compiler(egcs) bug. Tatsuo Ishii
* 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