Re: Fix typo in code comment - Mailing list pgsql-hackers

From Chao Li
Subject Re: Fix typo in code comment
Date
Msg-id 8566AA4A-54CA-4DD4-9CEA-5B6A22CED4D8@gmail.com
Whole thread Raw
In response to Fix typo in code comment  ("kelan" <ke_lan1@qq.com>)
Responses Re: Fix typo in code comment
List pgsql-hackers

> On Dec 31, 2025, at 09:10, kelan <ke_lan1@qq.com> wrote:
>
> Hi hickers,
> I fixed a comment error in the `WaitForParallelWorkersToFinish` function. The original comment was "In that case, or
latchshould 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
>
> <v1-0001-correct-typos-in-the-code-comments.patch>

Looking at the context, “or” doesn’t make sense here. Both “the” and “our” would work grammatically, and given the
intentof the comment, “our” seems the most likely original wording. 

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Small optimization set tuple block/tableOid once
Next
From: Andrey Borodin
Date:
Subject: Re: WIP - xmlvalidate implementation from TODO list