Fix all the server-side SIGQUIT handlers (grumble ... why so many identical

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4616d57dad1d082d488e7827ffe116755166a198
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-05-15T15:56:39Z
Releases: 8.4.0
Fix all the server-side SIGQUIT handlers (grumble ... why so many identical
copies?) to ensure they really don't run proc_exit/shmem_exit callbacks,
as was intended.  I broke this behavior recently by installing atexit
callbacks without thinking about the one case where we truly don't want
to run those callback functions.  Noted in an example from Dave Page.

Files