Re: 回复:回复:Fix missing initialization of delayChkptEnd
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: 蔡梦娟(玊于) <mengjuan.cmj@alibaba-inc.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>, robertmhaas <robertmhaas@gmail.com>
Date: 2023-06-11T01:36:09Z
Lists: pgsql-hackers
On Wed, Jun 07, 2023 at 10:25:25AM +0800, 蔡梦娟(玊于) wrote: > In my new patch for pg14, I add the assertion on delayChkptEnd in > ProcArrayClearTransaction, and also add patches for release branch > from 10 to 13, please check. Thanks for the patches. I finally got back to that, double-checked all the spots where these flags are used on all the branches, and that seems right to me. So applied across 11~14. -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix missing initializations of MyProc.delayChkptEnd
- a9c3472e02c8 11.21 landed
- 9920552e1e4e 12.16 landed
- 37236ca06945 13.12 landed
- c6043fcbb238 14.9 landed
-
Rethink the delay-checkpoint-end mechanism in the back-branches.
- 10520f434687 14.3 cited