pgsql: Update Unicode data to Unicode 15.0.0 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update Unicode data to Unicode 15.0.0
Date
Msg-id E1oaPMA-0016ky-1P@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Consistently use named parameters in regex code.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add support for MERGE SQL command