pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single
Date
Msg-id 20070614135428.E22F19FB881@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid having autovacuum run multiple ANALYZE commands in a single transaction,
to prevent possible deadlock problems.  Per request from Tom Lane.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuum.c (r1.342.2.2 -> r1.342.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c.diff?r1=1.342.2.2&r2=1.342.2.3)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single