Ensure all pg_locale.h APIs work with collate_is_c. Safer for callers, so that checking collate_is_c is only needed if the caller wants to optimize for that case.
Backpatch to avoid creating a hazard for other backpatches in this area. Suggested-by: Andres Freund <[email protected]> Suggested-by: Heikki Linnakangas <[email protected]> Discussion: https://postgr.es/m/v36ssaygf7grb3qzfsjhtdzi7kqd45ds56nyuf7gi5qjml4qbb@ezmfqzmhlrs2 Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/47c350c522e3c6624d03cbe7630c167302926881 Modified Files -------------- src/backend/utils/adt/pg_locale.c | 64 +++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 6 deletions(-)
