Обсуждение: [COMMITTERS] pgsql: Prohibit creating ICU collation with different ctype

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(+)