aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/pg_rusage.c
Commit message (Collapse)AuthorAge
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
| | | | | gettimeofday with NULL in a few places, making it consistent with usage elsewhere.
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
|
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
for using it for other things besides VACUUM.