• Tom Lane's avatar
    Cause ShutdownPostgres to do a normal transaction abort during backend · 7117cd3a
    Tom Lane authored
    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.
    7117cd3a
bufmgr.c 56.6 KB