[COMMITTERS] pgsql: Prohibit creating ICU collation with different ctype

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Prohibit creating ICU collation with different ctype
Дата
Msg-id E1dQxnR-0001s5-Vv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prohibit creating ICU collation with different ctype

ICU does not support "collate" and "ctype" being different, so the
collctype catalog column is ignored.  But for catalog neatness, ensure
that they are the same.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13a57710dbafad26669833add0ae6ae60314f8dc

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 5 +++++
1 file changed, 5 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Add missing period to comment.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix walsender to exit promptly if client requests shutdown.