Re: autovacuum doesn't seem to vacuum pg_attribute - Mailing list pgsql-bugs

From Tom Lane
Subject Re: autovacuum doesn't seem to vacuum pg_attribute
Date
Msg-id 23869.1127357977@sss.pgh.pa.us
Whole thread Raw
In response to autovacuum doesn't seem to vacuum pg_attribute  (Martin Pitt <martin@piware.de>)
List pgsql-bugs
Martin Pitt <martin@piware.de> writes:
> While cleaning up the postgresql bug reports in Debian, I stumbled
> over the following gem. Do you know about this problem, and is it
> still an issue for 8.0 and 8.1?

Probably fixed here:

2005-03-31 18:20  tgl

    * src/backend/postmaster/: pgstat.c (REL7_4_STABLE), pgstat.c
    (REL8_0_STABLE), pgstat.c: 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.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: autovacuum doesn't seem to vacuum pg_attribute
Next
From: SriKumar Kareti
Date:
Subject: possible bug...