pgsql: Rename unicode_combining_table to unicode_width_table

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Rename unicode_combining_table to unicode_width_table
Дата
Msg-id E1mIwQI-0000tS-Ay@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename unicode_combining_table to unicode_width_table

No functional changes. A future commit will use this table for
other purposes besides combining characters.

Branch
------
master

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

Modified Files
--------------
src/common/unicode/Makefile                                           | 4 ++--
...ate-unicode_combining_table.pl => generate-unicode_width_table.pl} | 2 +-
src/common/wchar.c                                                    | 2 +-
.../common/{unicode_combining_table.h => unicode_width_table.h}       | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove redundant test.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: psql: Add test for query canceling