pgsql: pg_locale_libc.c: add missing casts to unsigned char. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: pg_locale_libc.c: add missing casts to unsigned char.
Date
Msg-id E1whH0I-0004x4-21@gemulon.postgresql.org
Whole thread
List 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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: pg_locale_libc.c: add missing casts to unsigned char.
Next
From: Richard Guo
Date:
Subject: pgsql: Tighten nullingrels checks for outer joins