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

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

From
Peter Eisentraut
Date:
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(+)