On Wed, Feb 25, 2026 at 1:12 AM Álvaro Herrera <[email protected]> wrote: > > On 2026-Feb-24, ji xu wrote: > > > Chao Li <[email protected]> 于2026年2月24日周二 14:29写道: > > > > > ``` > > > PGPROC * > > > ProcWakeup(PGPROC *proc, ProcWaitStatus waitStatus) > > > { > > > > pg_atomic_write_u64(&MyProc->waitStart, 0); <== Here, it should > > > operate on proc > > I agree that this looks wrong. AFAICS it comes from 46d6e5f56790.
Yes, it's my mistake... For the record, patch attached. Regards, -- Fujii Masao
v1-0001-Fix-ProcWakeup-resetting-wrong-waitStart-field.patch
Description: Binary data
