Re: How to reset WAL enveironment

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: How to reset WAL enveironment
Дата
Msg-id 3A2DA4BE.F2255ED@tpf.co.jp
обсуждение исходный текст
Ответ на RE: How to reset WAL enveironment  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
Mikheev, Vadim wrote:
> 
> > I see now the following message and couldn't start
> > postmaster.
> >
> > FATAL 2:  btree_insert_redo: uninitialized page
> >
> > Is it a bug ?
> 
> Seems so. btree_insert_redo shouldn't see uninitialized pages
> (only newroot and split ops add pages to index and they should
> be redone before insert op).
> Can you post/ftp me tgz of data dir?
> Or start up postmaster with --wal_debug=1 and send me
> output.
>

Probably this is caused by my trial (local) change
and generated an illegal log output.
However it seems to mean that WAL isn't always
redo-able. In my case the index is probably a
system index unfortunately. Is there a way to
avoid invoking recovery process at startup ?

Regards.

Hiroshi Inoue


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: How to reset WAL enveironment
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: problem with timestamps ?