Cause ShutdownPostgres to do a normal transaction abort during backend

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

Commit: 7117cd3a77afcf76b6488bd3e1d06f3160595027
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-08T03:12:16Z
Releases: 8.1.0
Cause ShutdownPostgres to do a normal transaction abort during backend
exit, instead of trying to take shortcuts.  Introduce some additional
shutdown callback routines to eliminate kluges like having ProcKill
be responsible for shutting down the buffer manager.  Ensure that the
order of operations during shutdown is predictable and what you would
expect given the module layering.

Files