pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single
Date: 2007-06-14 13:54:28
Message-ID: 20070614135428.E22F19FB881@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-14 13:54:40 pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single
Previous Message Alvaro Herrera 2007-06-14 13:53:14 pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single