Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?
Дата
Msg-id 20080707181353.GA4681@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?  (Dushyanth <dushyanth@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Replacing MS Access with Postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?