Allow pg_locale_t APIs to work when ctype_is_c.

Previously, the caller needed to check ctype_is_c first for some
routines and not others. Now, the APIs consistently work, and the
caller can just check ctype_is_c for optimization purposes.

Discussion: 
https://postgr.es/m/[email protected]
Reviewed-by: Chao Li <[email protected]>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/147602822597204aa436415ebe295926b268ab5c

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

Reply via email to