RE: How to reset WAL enveironment

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: How to reset WAL enveironment
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D31DF@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на How to reset WAL enveironment  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-hackers
> > > 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.
> > 
> > Illegal log output is like disk crash - only BAR can help.
> 
> But redo-recovery after restore would also fail.
> The operation which corresponds to the illegal
> log output aborted at the execution time and 
> rolling back by redo also failed. It seems
> preferable to me that the transaction is rolled
> back by undo.  

What exactly did you change in code?
What kind of illegal log output?
Was something breaking btree/WAL logic written to log?

Vadim


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: v7.1 beta 1 ...packaged, finally ...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Switch pg_ctl's default about waiting?