Re: Production block comparison facility

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Production block comparison facility
Дата
Msg-id CAB7nPqSazOSnSbcE5fqjF=WFS_pEuZbno9drPdqS1sEFf9j_ww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Production block comparison facility  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On Thu, Jul 31, 2014 at 4:07 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
> Yeh, it looks like you need to do CheckBackupBlock() exactly as many
> times as you do RestoreBackupBlock(), with the sequence of actions
> being RestoreBackupBlock(), apply WAL then CheckBackupBlock(). That
> will work without much code churn, it will be just a one line addition
> in a few dozen places.
Additionally, as this is a recovery-only feature, I was thinking that
it would be better to control it with a parameter of recovery.conf.
Let's call it check_full_page_writes for example. Thoughts?
-- 
Michael



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Production block comparison facility
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: commitfest status