pgsql: Flush any remaining statistics counts out to the collector at

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Flush any remaining statistics counts out to the collector at
Дата
Msg-id 20050331232133.AF74C53A87@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Flush any remaining statistics counts out to the collector at process
exit.  Without this, operations triggered during backend exit (such as
temp table deletions) won't be counted ... which given heavy usage of
temp tables can lead to pg_autovacuum falling way behind on the need
to vacuum pg_class and pg_attribute.  Per reports from Steve Crawford
and others.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.45.2.2 -> r1.45.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.45.2.2&r2=1.45.2.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Flush any remaining statistics counts out to the collector at
Следующее
От: elein@pgfoundry.org (User Elein)
Дата:
Сообщение: newsysviews - newsysview: First pass at type views