pgsql: Make Unicode script fit for future versions

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make Unicode script fit for future versions
Date: 2023-09-18 05:30:35
Message-ID: E1qi6qA-004Urg-V9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make Unicode script fit for future versions

Between Unicode 15.0.0 and 15.1.0, the whitespace in
EastAsianWidth.txt has changed a bit, such as from

0020;Na # Zs SPACE

to

0020 ; Na # Zs SPACE

with space around the semicolon. Adjust the script to be able to
parse that.

Branch
------
master

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

Modified Files
--------------
src/common/unicode/generate-unicode_east_asian_fw_table.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-09-18 06:15:13 pgsql: Fix information schema for catalogued not-null constraints
Previous Message Tom Lane 2023-09-15 21:02:07 pgsql: Fix get_expr_result_type() to find field names for RECORD Consts