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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tender Wang <tndrwang(at)gmail(dot)com>
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-20 00:24:03
Message-ID: aUXso5L2eXODTghh@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-20 00:31:28 Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c
Previous Message Michael Paquier 2025-12-19 23:22:52 Re: Refactor query normalization into core query jumbling