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:53:14
Message-ID: 20070614135314.A008C9FB771@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.

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.352 -> r1.353)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c.diff?r1=1.352&r2=1.353)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-14 13:54:28 pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single
Previous Message Magnus Hagander 2007-06-14 13:15:58 pgsql: Add resultmap entries for mingw - same as for msvc