Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum
Дата
Msg-id 24684.1180705959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Autovacuum keeps vacuuming a table disabled in pg_autovacuum  (Csaba Nagy <nagy@ecircle-ag.com>)
Ответы Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
Csaba Nagy <nagy@ecircle-ag.com> writes:
> System: postgres 8.1.3p, not a released version but a CVS checkout
> somewhere after 8.1.3 was released.

Updating to 8.1.6 or later would fix your "failed to re-find parent key"
problem.

> Trouble: the autovacuum daemon is still taking that table and vacuums
> it... how do I know ?

If that table has a TOAST table you might need to mark the toast table
as disabled too.  Or maybe it's forcing a vacuum because it's worried
about XID wraparound?

            regards, tom lane

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

Предыдущее
От: Frank Wittig
Дата:
Сообщение: Re: warm standby server stops doing checkpointsafterawhile
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum