Fix typo in code comment
kelan <ke_lan1@qq.com>
From: kelan <ke_lan1@qq.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-31T01:10:13Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix typo in parallel.c.
- d351063e49ac landed
Attachments
- v1-0001-correct-typos-in-the-code-comments.patch (application/octet-stream)
Hi hickers, I fixed a comment error in the `WaitForParallelWorkersToFinish` function. The original comment was "In that case, or latch should have been set as well...", where I think "or" is a typo and it should be "our". -- Best regards, Ke Lan Email:ke_lan1@qq.com