From d31276f0e290a58c3df999116bc59d2332ca3148 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 22 Dec 2025 12:38:40 +0900 Subject: [PATCH] Fix another typo in gininsert.c Reported-by: Tender Wang Discussion: https://postgr.es/m/CAHewXNkRJ9DMFZMQKWQ32U+OTBR78KeGh2=9Wy5jEeWDxMVFcQ@mail.gmail.com --- src/backend/access/gin/gininsert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/gin/gininsert.c b/src/backend/access/gin/gininsert.c index 88246071c4b..fc6af7c751b 100644 --- a/src/backend/access/gin/gininsert.c +++ b/src/backend/access/gin/gininsert.c @@ -2215,7 +2215,7 @@ typedef struct * * 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. We could make it a little bit smaller, but it's not + * like endianness etc. We could make it a little bit smaller, but it's not * worth it - it's a tiny fraction of the data, and we need to MAXALIGN the * start of the TID list anyway. So we wouldn't save anything. (This would * not be a good idea for the permanent in-index data, since we'd prefer -- 2.39.5