pgsql: Extend collection of Unicode combining characters to beyond the

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Extend collection of Unicode combining characters to beyond the
Date: 2021-08-26 17:16:50
Message-ID: E1mJIzi-0003ms-F5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Extend collection of Unicode combining characters to beyond the BMP

The former limit was perhaps a carryover from an older hand-coded
table. Since commit bab982161 we have enough space in mbinterval to
store larger codepoints, so collect all combining characters.

Discussion: https://www.postgresql.org/message-id/49ad1fa0-174e-c901-b14c-c484b60907f1%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5bc429aacb3722e55638a776332eebfa88dd60e5

Modified Files
--------------
.../unicode/generate-unicode_combining_table.pl | 2 -
src/include/common/unicode_combining_table.h | 102 +++++++++++++++++++++
2 files changed, 102 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-08-27 01:42:32 pgsql: contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
Previous Message John Naylor 2021-08-26 15:06:00 pgsql: Update display widths as part of updating Unicode