Re: [PATCH] Fix typos in pqsignal.c comment

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: [PATCH] Fix typos in pqsignal.c comment
Date: 2026-06-10 07:27:42
Message-ID: A7EA4716-0D24-411D-8971-6E42D41EB780@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Jun 10, 2026, at 15:18, Ewan Young <kdbase(dot)hack(at)gmail(dot)com> wrote:
>
> Hi,
>
> For tracking, I've added this to the open commitfest:
> https://commitfest.postgresql.org/patch/6871/
>
> Regards,
> Ewan Young
>
> On Fri, May 29, 2026 at 2:01 PM kdbase <kdbase(dot)hack(at)gmail(dot)com> wrote:
>>
>> Hi hackers,
>>
>> The attached patch fixes two typos in a comment in src/port/pqsignal.c:
>> - "this though wrapper handler" -> "this through wrapper handler"
>> - "as it it needs to take" -> "as it needs to take"
>>
>> Comment-only change; no behavior change.
>>
>> Regards,
>> Ewan Young

I think this change will go into Michael's bag, so it doesn't need to be added to the CF.

FYI, Michael keeps collecting these kinds of tiny changes, such as typo fixes, and pushes them all together every couple of months.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ewan Young 2026-06-10 07:32:28 Re: [PATCH] Fix typos in pqsignal.c comment
Previous Message Richard Guo 2026-06-10 07:25:25 Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases