Обсуждение: pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single

Поиск
Список
Период
Сортировка

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

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
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)