Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c
Date
Msg-id aUXso5L2eXODTghh@paquier.xyz
Whole thread Raw
In response to Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c  (Tender Wang <tndrwang@gmail.com>)
Responses Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c
List pgsql-hackers
On Fri, Dec 19, 2025 at 01:55:14PM +0800, Tender Wang wrote:
> 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".

Indeed.  Thanks.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Refactor query normalization into core query jumbling
Next
From: Chao Li
Date:
Subject: Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c