Tom Lane <[EMAIL PROTECTED]> writes: > Martijn van Oosterhout <kleptog@svana.org> writes: >> On Fri, Apr 07, 2006 at 03:03:09PM +0100, Richard Huxton wrote: >>> What would be sending SIGTERM to a backend? > >> The only other thing I've ever heard of is some systems do a sigterm >> when you pass a quota limit? > > Could be. The actual standard use of SIGTERM is to kill processes > belonging to your terminal process group when you log out. So, for > example, manually starting the postmaster from a terminal window and > then closing that window could cause this to happen.
I thought that was SIGHUP? -Doug ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match