aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/darwin/system.c
Commit message (Collapse)AuthorAge
* Pgindent run for 8.0.Bruce Momjian2004-08-29
|
* Don't need hack copy of system() anymore in OS X 10.3.Tom Lane2003-11-08
|
* 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
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
|
* PostgreSQL works again on Mac OS X 10.1. Hold your nose beforeTom Lane2001-11-08
investigating the kluge that makes it so...