Prohibit creating ICU collation with different ctype
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 15:24:00 +0000 (11:24 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 15:24:00 +0000 (11:24 -0400)
commit13a57710dbafad26669833add0ae6ae60314f8dc
tree8a67ba2e41046c27458ae557f3e0a0eb0655b203
parent7d4a1838efc5a93ba96b8e0e77f39731603a1f48
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.
src/backend/utils/adt/pg_locale.c