[COMMITTERS] pgsql: Prohibit creating ICU collation with different ctype - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Prohibit creating ICU collation with different ctype
Date
Msg-id E1dQxnR-0001s5-Vv@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add missing period to comment.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix walsender to exit promptly if client requests shutdown.