pgsql: Prohibit creating ICU collation with different ctype

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prohibit creating ICU collation with different ctype
Date: 2017-06-30 15:25:25
Message-ID: E1dQxnR-0001s5-Vv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-30 16:00:28 pgsql: Fix walsender to exit promptly if client requests shutdown.
Previous Message Robert Haas 2017-06-30 14:02:04 pgsql: Add missing period to comment.