Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c
Date: 2025-12-19 05:55:14
Message-ID: CAHewXNkRJ9DMFZMQKWQ32U+OTBR78KeGh2=9Wy5jEeWDxMVFcQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Michael,

Michael Paquier <michael(at)paquier(dot)xyz> 于2025年12月19日周五 10:53写道:

> On Fri, Dec 19, 2025 at 10:47:22AM +0800, Xingbin She wrote:
> > This patch fixs a typo in gin code comments, detial as follows:
>
> Yep, will fix. Thanks for the report!
> --
> Michael

I just found another typo in gininsert.c(maybe on a new thread)
Comments for _gin_build_tuple():

"
* For by-reference data types, we store the actual data. For by-val types
* we simply copy the whole Datum, so that we don't have to care about stuff
* like endianess etc.
"

"endianess" should be "endianness".

--
Thanks,
Tender Wang

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Zhijie Hou (Fujitsu) 2025-12-19 05:44:42 RE: Proposal: Cascade REPLICA IDENTITY changes to leaf partitions