pgsql: Fix creation of ICU comments for keyword variants

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix creation of ICU comments for keyword variants
Date: 2017-08-19 03:05:31
Message-ID: E1diu4p-0005cI-Eu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix creation of ICU comments for keyword variants

It would create the comment referring to the keyword-less parent
locale. This was broken in ddb5fdc068635d003a0d1c303cb109d1cb3ebeb1.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24620fc52bd9d4139748591b6cce7327fd299684

Modified Files
--------------
src/backend/commands/collationcmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-19 17:40:06 pgsql: Fix possible core dump in parallel restore when using a TOC list
Previous Message Robert Haas 2017-08-18 17:09:01 pgsql: Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.