pgsql: Make Unicode script fit for future versions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make Unicode script fit for future versions
Дата
Msg-id E1qi6qA-004Urg-V9@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix get_expr_result_type() to find field names for RECORD Consts
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix information schema for catalogued not-null constraints