Re: Bug in visibility map WAL-logging

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Bug in visibility map WAL-logging
Дата
Msg-id 52CD4B93.2090903@vmware.com
обсуждение исходный текст
Ответ на Re: Bug in visibility map WAL-logging  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On 01/08/2014 07:29 AM, Greg Stark wrote:
> On Tue, Jan 7, 2014 at 11:36 AM, Heikki Linnakangas
> <hlinnakangas@vmware.com> wrote:
>> Hmm. The xlogdump indeed shows that the order of 'clean' and 'visible' is
>> incorrect, but I don't immediately see how that could cause the PANIC. Why
>> is the page uninitialized in the standby? If VACUUM is removing some dead
>> tuples from it, it certainly should exist and be correctly initialized.
>
> Unless the vacuum subsequently truncated the file to be shorter and
> the backup was taken after that?

In that case WAL replay should also see the truncation record before 
reaching consistency. We only PANIC on an uninitialized/missing page 
after reaching consistency, before that it's indeed normal if the file 
was later truncated or deleted.

- Heikki



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Bug in visibility map WAL-logging
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Specifying both recovery_target_xid and recovery_target_time