]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ICU: use UTF8-optimized case conversion API
authorJeff Davis <jdavis@postgresql.org>
Tue, 6 Jan 2026 22:09:07 +0000 (14:09 -0800)
committerJeff Davis <jdavis@postgresql.org>
Tue, 6 Jan 2026 22:09:07 +0000 (14:09 -0800)
commitc4ff35f10441de7dbed4e87737bca205dcca698e
tree3f95523b9d592a11f8e6e9b099f12838244bdd70
parent0547aeae0fd6f6d03dd7499c84145ad9e3aa51b9
ICU: use UTF8-optimized case conversion API

Initializes a UCaseMap object once for use across calls, and uses
UTF8-optimized APIs.

Author: Andreas Karlsson <andreas@proxel.se>
Reviewed-by: zengman <zengman@halodbtech.com>
Discussion: https://postgr.es/m/5a010b27-8ed9-4739-86fe-1562b07ba564@proxel.se
src/backend/utils/adt/pg_locale_icu.c
src/common/unicode/case_test.c
src/include/utils/pg_locale.h
src/tools/pgindent/typedefs.list