Re: WAL replay failure after file truncation(?)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL replay failure after file truncation(?)
Дата
Msg-id 9011.1117145815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WAL replay failure after file truncation(?)  (Manfred Koizar <mkoi-pg@aon.at>)
Ответы Re: WAL replay failure after file truncation(?)  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
>>> [...]  Is it sufficient to
>>> remember just the relation and the block number or do we need the
>>> contents a well?

> I meant the contents of the WAL record, not the original block
> contents.  Anyway, I think it's not needed.

Oh, I see.  Yes, it might be worth hanging onto for debugging purposes.
If we did get a report of such a failure, I'm sure we'd wish to know
what sort of WAL record triggered it.  One trusts there won't be so many
that storing 'em all is a problem ...
        regards, tom lane


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: WAL replay failure after file truncation(?)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: A 2 phase commit weirdness