Re: 回复:Fix missing initialization of delayChkptEnd - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: 回复:Fix missing initialization of delayChkptEnd
Date
Msg-id ZH8WMLiPja+OKcPt@paquier.xyz
Whole thread Raw
In response to Re: 回复:Fix missing initialization of delayChkptEnd  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On Tue, Jun 06, 2023 at 03:13:14PM +0900, Kyotaro Horiguchi wrote:
> After a quick check through the 14 tree, then compaing with the
> corresponding parts of 15, it hit me that ProcArrayClearTransaction()
> needs an assertion on the variable.  Other than that, the patch looks
> good to me.

Yeah, it feels wrong to check only after delayChkpt in this code
path.  I'll look at that tomorrow.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Simplify pg_collation.collversion for Windows libc
Next
From: Tomas Vondra
Date:
Subject: Re: Do we want a hashset type?