pgsql: Flush any remaining statistics counts out to the collector at - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Flush any remaining statistics counts out to the collector at
Date
Msg-id 20050331232112.1F0B453BBE@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.87.4.1 -> r1.87.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.87.4.1&r2=1.87.4.2)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Flush any remaining statistics counts out to the collector at
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Flush any remaining statistics counts out to the collector at