Add #define for UNICODE_CASEMAP_BUFSZ.

Jeff Davis <jdavis@postgresql.org>

Commit: 8d299052fe5858319fbd9be5f234026711bbc91b
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-11-26T18:05:11Z
Add #define for UNICODE_CASEMAP_BUFSZ.

Useful for mapping a single codepoint at a time into a
statically-allocated buffer.

Discussion: https://postgr.es/m/450ceb6260cad30d7afdf155d991a9caafee7c0d.camel@j-davis.com
Reviewed-by: Chao Li <li.evan.chao@gmail.com>

Files

PathChange+/−
src/include/utils/pg_locale.h modified +14 −0

Discussion