aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/nextstep.c
Commit message (Collapse)AuthorAge
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
|
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
| | | | | | | | postgres.h or c.h includes a system header (such as stdio.h or stdlib.h), there's no need to specifically include it in any of the .c files in the backend. Neil Conway
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
| | | | | | that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry.
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-12
|
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
|
* re-integrate nextstep dynloader functionalityMarc G. Fournier1998-08-25
From: Jacek Lasecki <jacek@sound.eti.pg.gda.pl>