postgresql/src/backend/postmaster
Neil Conway 6f1b3cf19c Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()
and malloc() in pgstat.c, respectively. This simplifies error recovery,
as well as being more consistent with the rest of the backend.
2004-10-28 01:38:41 +00:00
..
bgwriter.c On Windows, force a checkpoint just before dropping a database's physical 2004-10-28 00:39:59 +00:00
Makefile
pgarch.c
pgstat.c Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() 2004-10-28 01:38:41 +00:00
postmaster.c Standardize on using the Min, Max, and Abs macros that are in our c.h file, 2004-10-21 19:28:36 +00:00
syslogger.c