Re: can't find files in pg_clog and invalid page headers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: can't find files in pg_clog and invalid page headers
Дата
Msg-id 28350.1061228266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на can't find files in pg_clog and invalid page headers  (Adam Kavan <akavan@cox.net>)
Список pgsql-general
Adam Kavan <akavan@cox.net> writes:
> At 03:19 PM 8/14/03 -0400, Tom Lane wrote:
>> I think you've got a hardware problem.  Have you run memtest86 or
>> badblocks lately?

> My machine has passed badblocks and memtest86 with flying colors.  To fix
> the table I did a TRUNCATE on it which seems to have worked, but I'm left
> with a couple of questions.  First, will a TRUNCATEd page wind up in
> another table and break it or is that bit fixed for good.

TRUNCATE would just return the page back to the filesystem, which would
eventually reallocate it to some other file (or even the same file).

If it was a one-time problem then it's gone, but I still suspect that
your hardware dropped some bits, and if so it may do so again.

FWIW, I have heard reports of disk problems that were not found by
badblocks unless you used the "destructive test" option.

            regards, tom lane

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: query tuning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cache lookup failed?