Re: [PATCH v1] Fixed a spelling error in the comments in gininsert.c
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Tender Wang <tndrwang@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-21T22:22:25Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix another typo in gininsert.c
- d31276f0e290 19 (unreleased) landed
-
Fix typos in gininsert.c
- 5cdbec5aa9dc 19 (unreleased) landed
On Sat, Dec 20, 2025 at 08:31:28AM +0800, Chao Li wrote: > I found that earlier, but when I checked with > https://www.onelook.com/?w=endianess, it has two matches, so I > guessed that spelling is acceptable. I've always heard only about the spelling with two 'n', the one you are pointing at being a redirection to the two-n version as well. Additionally, the rest of the tree seems to agree with that: $ git grep endianness | wc -l 13 $ git grep endianess | wc -l 0 -- Michael