Re: 8.2.3 PANIC with "corrupted item pointer"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.2.3 PANIC with "corrupted item pointer"
Дата
Msg-id 17074.1182440444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.2.3 PANIC with "corrupted item pointer"  ("Henka" <henka@cityweb.co.za>)
Ответы Re: 8.2.3 PANIC with "corrupted item pointer"
Re: 8.2.3 PANIC with "corrupted item pointer"
Список pgsql-general
"Henka" <henka@cityweb.co.za> writes:
> I happened to notice this error in the log when my application was refused
> a db connection (quite unexpectedly):

> PANIC:  corrupted item pointer: offset = 3308, size = 28
> LOG:  autovacuum process (PID 18165) was terminated by signal 6

FWIW, the only occurrences of that specific message text are in
PageIndexTupleDelete and PageIndexMultiDelete, so you can be pretty sure
that this is just a corrupted-index problem.  Once you've identified
which table has the problem, a REINDEX should fix it.

I concur with the other comments that a crash with fsync off might well
have allowed more corruption than just this to sneak in, though :-(

            regards, tom lane

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Experiences of PostgreSQL on-disk bitmap index patch
Следующее
От: danmcb
Дата:
Сообщение: finding items with 0 rels for a 0 to many relationship