Re: BUG #5011: Standby recovery unable to follow timeline change

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5011: Standby recovery unable to follow timeline change
Дата
Msg-id 16549.1251301204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5011: Standby recovery unable to follow timeline change  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: BUG #5011: Standby recovery unable to follow timeline change
Список pgsql-bugs
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Tom Lane wrote:
>> Specifically, I propose this patch instead.

> It looks better, but leaves the door open for WAL insertions for a much
> longer period. Particularly, there's the call to CheckpointGuts(), which
> does a lot of things. Maybe I'm just too paranoid about keeping that
> sanity check as tight as possible...

Well, I'd prefer to go through the LocalSetXLogInsertAllowed/
reset LocalXLogInsertAllowed dance twice rather than have this code
calling InitXLOGAccess directly (and unconditionally, which was
even worse IMHO).  But I don't actually see anything wrong with
having CheckpointGuts enabled to write WAL.  I could even see that
being *necessary* in some future iteration of the system --- who's
to say that a checkpoint involves adding only one WAL entry?

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5011: Standby recovery unable to follow timeline change
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #4996: postgres.exe memory consumption keeps going up