Avoid having autovacuum run multiple ANALYZE commands in a single transaction,

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

Commit: a0084306e75f4f0cc997f31f9013e71348aa9640
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-06-14T13:54:28Z
Releases: 8.2.5
Avoid having autovacuum run multiple ANALYZE commands in a single transaction,
to prevent possible deadlock problems.  Per request from Tom Lane.

Files

PathChange+/−
src/backend/commands/vacuum.c modified +6 −3