summaryrefslogtreecommitdiff
path: root/src/backend/port/getrusage.c
Commit message (Collapse)AuthorAgeFilesLines
* 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier1998-02-011-7/+7
| | | | | | an illegal macro name. Correct syntax is "#if 0". This is in... From: Darren King <darrenk@insightdist.com>
* More cleanups...only need one rusagestub.hMarc G. Fournier1997-12-191-0/+2
|
* More cleanups...several ports are major redundancies of other portsMarc G. Fournier1997-12-191-0/+12
|
* port.c no longer required...individual functions that were in there areMarc G. Fournier1997-12-191-0/+47
auto-generated via configure individual functions in individual files