postgresql/src/backend/postmaster
Tom Lane 0177f43070 Fix oversight: in case where SIGTERM is received while there are
live backends, the archiver and stats processes never got sent a
kill signal.  They'd eventually exit on their own, but not for awhile,
which is a bit annoying when you are trying to replace the executable
file on a platform that doesn't allow removal of busy executables.
Also, tweak main loop logic so that we will perform the background
tasks after select() returns EINTR.
2004-07-27 01:46:03 +00:00
..
Makefile Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
bgwriter.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
pgarch.c Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
pgstat.c Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
postmaster.c Fix oversight: in case where SIGTERM is received while there are 2004-07-27 01:46:03 +00:00