Обсуждение: pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,

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

pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
Log Message:
-----------
Reduce the acceptable staleness of pgstat data for autovacuum, per the
longstanding note in the source that this patch removes.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.85 -> r1.86)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.85&r2=1.86)
        pgstat.c (r1.182 -> r1.183)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.182&r2=1.183)