Bugs in CreateCheckPoint

Поиск
Список
Период
Сортировка
От Zhang Zq
Тема Bugs in CreateCheckPoint
Дата
Msg-id 2724652a.141a1.14cbdd0f985.Coremail.zqzhangmail@163.com
обсуждение исходный текст
Ответы Re: Bugs in CreateCheckPoint  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
hi,
   To avoid inserting duplicate checkpoints when the system is idle, the code of CreateCheckPoint make two tests to determine that nothing has happened since the start of the last checkpoint.
But because the layout of XLOG record was changed, the condition would never to be true. The attachment is the patch to fix it, thanks.


                                                                                                                                                                      Zhang Zq

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Turning off HOT/Cleanup sometimes