pgsql: pg_locale_libc.c: add missing casts to unsigned char.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_locale_libc.c: add missing casts to unsigned char.
Date: 2026-07-08 01:23:11
Message-ID: E1whH0I-0004x4-21@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_locale_libc.c: add missing casts to unsigned char.

Discussion: https://postgr.es/m/20260630012919.78@rfd.leadboat.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e4b24d2f56533b9d5a46a54b4f670e5129c4bac8

Modified Files
--------------
src/backend/utils/adt/pg_locale_libc.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2026-07-08 02:26:10 Re: pgsql: Cleanup comments/docs around the new shmem request callbacks
Previous Message Jeff Davis 2026-07-08 01:23:03 pgsql: Fix obsolete comment.