Re: PANIC during VACUUM

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: PANIC during VACUUM
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B05804AEC@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: PANIC during VACUUM  (German Becker <german.becker@gmail.com>)
Список pgsql-admin
German Becker wrote:
> Just in case there are some errors in my first email, where it says "after deleting the context of the
> same big table" It should say "after deleting de contents of the same big table" I essence what i did
> is
>
> DELETE from table;
> VACUUM table;
>
> And I got the error

>> I am testing version 9.1.9 before putting it in production. One of my tests involved deleting a the
>> contents of a big table ( ~ 13 GB size) and then VACUUMing it. During VACUUM PANICS. Here is the
>> message:
>>
>> PANIC:  corrupted item pointer: offset = 8128, size = 80

Sorry for misunderstanding you.
A DELETE should definitely not cause such an error.

Can you provide a reproducible test case?
Is that a new database or could it be some prior corruption?

Yours,
Laurenz Albe


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: PANIC during VACUUM
Следующее
От: German Becker
Дата:
Сообщение: Re: PANIC during VACUUM