pgsql: Update Unicode data to Unicode 14.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 14.0.0
Date: 2021-09-15 06:23:46
Message-ID: E1mQOKg-00012D-FL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update Unicode data to Unicode 14.0.0

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7e56f1f540fbef204a03094b97ddfe908c44070

Modified Files
--------------
src/Makefile.global.in | 2 +-
src/include/common/unicode_combining_table.h | 16 +-
src/include/common/unicode_east_asian_fw_table.h | 23 +-
src/include/common/unicode_norm_hashfunc.h | 3844 +++++++++++-----------
src/include/common/unicode_norm_table.h | 877 ++---
src/include/common/unicode_normprops_table.h | 1874 ++++++-----
6 files changed, 3427 insertions(+), 3209 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-09-15 07:20:00 pgsql: Fix incorrect format placeholders
Previous Message Michael Paquier 2021-09-15 01:51:29 pgsql: Update README for resource owners about the resource types suppo