Arrange for autovacuum to be killed when another operation wants to be alone

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: eb63cc3da82cec03c54a9534a6c91d287078abd1
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-01-16T13:28:57Z
Releases: 8.3.0
Arrange for autovacuum to be killed when another operation wants to be alone
accessing it, like DROP DATABASE.  This allows the regression tests to pass
with autovacuum enabled, which open the gates for finally enabling autovacuum
by default.

Files