Bugs in CreateCheckPoint - Mailing list pgsql-hackers

From Zhang Zq
Subject Bugs in CreateCheckPoint
Date
Msg-id 2724652a.141a1.14cbdd0f985.Coremail.zqzhangmail@163.com
Whole thread Raw
Responses Re: Bugs in CreateCheckPoint
List 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

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Next
From: Alvaro Herrera
Date:
Subject: Re: Turning off HOT/Cleanup sometimes