Re: Fix bug of clearing of waitStart in ProcWakeup()
Chao Li <li.evan.chao@gmail.com>
From: Chao Li <li.evan.chao@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: ji xu <thanksgreed@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-02-24T22:03:14Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-bug-of-clearing-of-waitStart-in-ProcWakeup.patch (application/octet-stream) patch v1-0001
> On Feb 24, 2026, at 23:41, Fujii Masao <masao.fujii@gmail.com> wrote: > > On Tue, Feb 24, 2026 at 4:31 PM ji xu <thanksgreed@gmail.com> wrote: >> >> >> Chao Li <li.evan.chao@gmail.com> 于2026年2月24日周二 14:29写道: >>> >>> Since this function is clearly operating on the parameter proc, the only statement that touches MyProc looks suspicious. It should reset proc->waitStart, not MyProc->waitStart. >>> >>> As written, it will incorrectly clear the caller’s waitStart instead of the awakened backend’s, potentially leaving a stale waitStart value in the target PGPROC. > > Thanks for the report! > I just realized that I forgot to attach the patch file. Anyway, that’s just a one-line change. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix ProcWakeup() resetting wrong waitStart field.
- 5d2dec77efaf 14.23 landed
- 74ee3e9e7365 15.18 landed
- b993706787d0 16.14 landed
- f72c92a7f945 17.10 landed
- 0d3be0501784 18.4 landed
- 70f470314cb4 19 (unreleased) landed