| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Update Unicode data to Unicode 16.0.0 |
| Date: | 2025-04-03 10:18:06 |
| Message-ID: | E1u0HeA-002Rqx-1S@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Update Unicode data to Unicode 16.0.0
Reviewed-by: Jeff Davis <pgsql(at)j-davis(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/146349e4-4687-4321-91af-f235572490a8(at)eisentraut(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/82a46cca99fa967cc3c6c2cf55254dd44eebbcfd
Modified Files
--------------
src/Makefile.global.in | 2 +-
src/common/unicode/meson.build | 2 +-
src/include/common/unicode_case_table.h | 5612 ++++++++++++----------
src/include/common/unicode_category_table.h | 184 +-
src/include/common/unicode_east_asian_fw_table.h | 20 +-
src/include/common/unicode_nonspacing_table.h | 18 +-
src/include/common/unicode_norm_hashfunc.h | 4530 ++++++++---------
src/include/common/unicode_norm_table.h | 884 ++--
src/include/common/unicode_normprops_table.h | 2617 +++++-----
src/include/common/unicode_version.h | 2 +-
10 files changed, 7262 insertions(+), 6609 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2025-04-03 10:42:33 | pgsql: Fix boilerplate comments in btree_gist |
| Previous Message | Peter Eisentraut | 2025-04-03 09:10:05 | pgsql: plpython: Add test for returning Python set from SETOF function |