pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar.
Date
Msg-id E1vD6TN-003dfn-19@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Comment typo fixes: pg_wchar_t should be pg_wchar.

Reported-by: Thomas Munro <thomas.munro@gmail.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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
Next
From: Amit Kapila
Date:
Subject: pgsql: Improve test in 009_matviews.pl.