Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?
Date
Msg-id 20080707181353.GA4681@alvh.no-ip.org
Whole thread Raw
In response to Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?  (Dushyanth <dushyanth@gmail.com>)
List pgsql-general
Dushyanth escribió:

> Below are the unique age(relfrozenxid) values that i see from the above query
>
> # psql -U postgres -d dbname -c "select relname, age(relfrozenxid) from pg_class
> where relkind in ( 'r', 't') order by 2 desc;" | awk '{print $3}' | sort | uniq
>
> 140835139
> 150945753
> 185741480
>
> They are all under 200 million

Weird :-(

Could you fetch from pg_stat_activity the table it's processing, and its
pg_class row and that of its toast table (if any)?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Replacing MS Access with Postgresql
Next
From: Tom Lane
Date:
Subject: Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?