pg_locale_libc.c: add guards to ctype methods. Necessary for 16-bit wchar_t platforms (Windows).
Other guards are just defensive. Also correct style issue with branches. Reported-by: Noah Misch <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/404fe01e0c5d402c257cfe809e5a15f64a2c6586 Modified Files -------------- src/backend/utils/adt/pg_locale_libc.c | 52 +++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 4 deletions(-)
