postgresql/src/backend/postmaster
Magnus Hagander 70d756970b Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.
This allows the use of a ramdrive (either through mount or symlink) for
the temporary file that's written every half second, which should
reduce I/O.

On server shutdown/startup, the file is written to the old location in
the global directory, to preserve data across restarts.

Bump catversion since the $PGDATA directory layout changed.
2008-08-05 12:09:30 +00:00
..
autovacuum.c Ratchet up patch to improve autovacuum wraparound messages. 2008-07-23 20:20:10 +00:00
bgwriter.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
fork_process.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
pgarch.c Restructure the shutdown procedure for the archiver process to allow it to 2008-01-11 00:54:09 +00:00
pgstat.c Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. 2008-08-05 12:09:30 +00:00
postmaster.c Fix 'pg_ctl restart' to preserve command-line arguments. 2008-06-26 02:47:19 +00:00
syslogger.c Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
walwriter.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00