From ffa2ebe4bf886aa04a3608342c86ab0a47564fc5 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 1 Sep 2026 09:47:15 +1000 Subject: [PATCH v1] Trivial fix for comment typos --- src/backend/access/index/genam.c | 2 +- src/include/mb/pg_wchar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/access/index/genam.c b/src/backend/access/index/genam.c index 1408989c568..55fc476d68f 100644 --- a/src/backend/access/index/genam.c +++ b/src/backend/access/index/genam.c @@ -642,7 +642,7 @@ systable_endscan(SysScanDesc sysscan) * Currently we do not support non-index-based scans here. (In principle * we could do a heapscan and sort, but the uses are in places that * probably don't need to still work with corrupted catalog indexes.) - * For the moment, therefore, these functions are merely the thinest of + * For the moment, therefore, these functions are merely the thinnest of * wrappers around index_beginscan/index_getnext_slot. The main reason for * their existence is to centralize possible future support of lossy operators * in catalog scans. diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index deee2a832c3..9f0e4223748 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -110,7 +110,7 @@ typedef enum pg_enc PG_KOI8U, /* KOI8-U */ /* PG_ENCODING_BE_LAST points to the above entry */ - /* followings are for client encoding only */ + /* The following are for client encoding only */ PG_SJIS, /* Shift JIS (Windows-932) */ PG_BIG5, /* Big5 (Windows-950) */ PG_GBK, /* GBK (Windows-936) */ -- 2.47.3