• Tom Lane's avatar
    Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was · 73852bd5
    Tom Lane authored
    not bothering to initialize is_autovacuum for regular backends, meaning there
    was a significant chance of the postmaster prematurely sending them SIGTERM
    during database shutdown.  Also, leaving the cancel key unset for an autovac
    worker meant that any client could send it SIGINT, which doesn't sound
    especially good either.
    73852bd5
postmaster.c 116 KB