Re: PANIC during VACUUM - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: PANIC during VACUUM
Date
Msg-id A737B7A37273E048B164557ADEF4A58B05804AEC@ntex2010a.host.magwien.gv.at
Whole thread Raw
In response to Re: PANIC during VACUUM  (German Becker <german.becker@gmail.com>)
List 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 by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: PANIC during VACUUM
Next
From: German Becker
Date:
Subject: Re: PANIC during VACUUM