pgsql: Make Unicode script fit for future versions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make Unicode script fit for future versions
Date
Msg-id E1qi6qA-004Urg-V9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix get_expr_result_type() to find field names for RECORD Consts
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix information schema for catalogued not-null constraints