Re: [GENERAL] vacuum problems

Поиск
Список
Период
Сортировка
От Giovanni Floridia
Тема Re: [GENERAL] vacuum problems
Дата
Msg-id 199902041254.KAA13650@jupiter.provider.com.br
обсуждение исходный текст
Ответ на vacuum problems  (Sebestyen Zoltan <szoli@netvisor.hu>)
Ответы Re: [GENERAL] vacuum problems  (Sebestyen Zoltan <szoli@netvisor.hu>)
Список pgsql-general
> Hi,
>  I'm writing a logfile processing app.
>  everytime I processed a logfile and moved the information into a
> relation, I try to vacuum it. But after a while (after the nth logfile)
> vacuum freezes with the following message:
>
> NOTICE:  BlowawayRelationBuffers(annex_log, 7): block 7 is referenced
> (private 0, last 0, global 1)
> FATAL 1:  VACUUM (vc_rpfheap): BlowawayRelationBuffers returned -2
>
>  What went wrong?

I had the same problem. First I had to dump and recover and all was
OK. As this procedure is not convenient the next time that hapened I
tryed to discover wich table had the problem. I made a
vacuum verbose table_X
for each table in the database. For my surprise I was not able to find
a table with a problem. Then I tried
vacuum
in all tables again and all was OK.

I have no idea what was going on...
and I haven't repetead the procedure yet, but
it was not necessary to dump/recover to make vacuum again!

Giovanni Floridia

====================================


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

Предыдущее
От: Petr Hubeny
Дата:
Сообщение: Re: [BUGS] PostgreSQL 6.4.2 locale regexp and like problem
Следующее
От: Sebestyen Zoltan
Дата:
Сообщение: Re: [GENERAL] vacuum problems