pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar.
Date: 2025-10-26 19:32:13
Message-ID: E1vD6TN-003dfn-19@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comment typo fixes: pg_wchar_t should be pg_wchar.

Reported-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA+hUKGJ5Xh0KxLYXDZuPvw1_fHX=yuzb4xxtam1Cr6TPZZ1o+w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/371a302eecdc82274b0ae2967d18fd726a0aa6a1

Modified Files
--------------
src/backend/utils/adt/pg_locale_libc.c | 2 +-
src/include/utils/pg_locale.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-10-27 04:02:51 pgsql: Improve test in 009_matviews.pl.
Previous Message David Rowley 2025-10-25 22:02:49 pgsql: Fix incorrect logic for caching ResultRelInfos for triggers