Re: System crash - invalid page header messages in log

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: System crash - invalid page header messages in log
Дата
Msg-id 19617.1096407724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на System crash - invalid page header messages in log  ("Jim Buttafuoco" <jim@contactbda.com>)
Ответы Re: System crash - invalid page header messages in log  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
"Jim Buttafuoco" <jim@contactbda.com> writes:
> One of my systems crashed today and when Postgres started it gave the
> following warnings.  Is this OK?

Should theoretically be OK --- all of those pages were overwritten with
valid data from WAL playback.  What you need to worry about more is
whether the crash lost any pages that were *not* restored from the log
(because they hadn't been modified lately).  I'd suggest running a
pg_dump to see if any bad data turns up.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: shared memory release following failed lock acquirement.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: System crash - invalid page header messages in log