fast promotion and log_checkpoints

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема fast promotion and log_checkpoints
Дата
Msg-id CAHGQGwHs3r2k-N7C=vWEk5e-fE7sTGWgZjbkD6X2_s0h+zqoVQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: fast promotion and log_checkpoints
Список pgsql-hackers
Hi,

In HEAD, when the standby is promoted, recovery requests the checkpoint
but doesn't wait for its completion. I found the checkpoint starting log message
of this checkpoint looks odd as follows:
   LOG:  checkpoint starting:

I think something like the following is better.
   LOG:  checkpoint starting: end-of-recovery

In 9.2 or before, "end-of-recovery" part is logged. Even if we changed the
behavior of end-of-recovery checkpoint, I think that it's more intuitive to
label it as "end-of-recovery". Thought?

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Graph datatype addition
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: corrupt pages detected by enabling checksums