pgsql: Update Unicode data to Unicode 15.0.0

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update Unicode data to Unicode 15.0.0
Date: 2022-09-19 22:35:14
Message-ID: E1oaPMA-0016ky-1P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update Unicode data to Unicode 15.0.0

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1091b48cd761abc7f697fa9c4e018c46763b46fb

Modified Files
--------------
src/Makefile.global.in | 2 +-
src/include/common/unicode_east_asian_fw_table.h | 20 +-
src/include/common/unicode_nonspacing_table.h | 13 +-
src/include/common/unicode_norm_hashfunc.h | 2624 +++++++++++-----------
src/include/common/unicode_norm_table.h | 74 +-
src/include/common/unicode_normprops_table.h | 1981 ++++++++--------
6 files changed, 2445 insertions(+), 2269 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-19 22:39:59 Re: pgsql: Add support for MERGE SQL command
Previous Message Peter Geoghegan 2022-09-19 22:22:06 Re: pgsql: Consistently use named parameters in regex code.