BUG #14112: sorting v and w is broken with et_EE locate

From: georg(dot)kahest(at)internet(dot)ee
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14112: sorting v and w is broken with et_EE locate
Date: 2016-04-25 14:37:39
Message-ID: 20160425143739.2710.49809@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14112
Logged by: Georg Kahest
Email address: georg(dot)kahest(at)internet(dot)ee
PostgreSQL version: 9.4.7
Operating system: Debian Jessie
Description:

It seems that sorting v and w with et_EE locate is broken (other chars seem
to be okey):

select name COLLATE "et_EE" from test order by name;
name
--------------------
a1.ee
vvbwjbln7.ee
wwvl8.ee
wxxezi6lkaq7eoi.ee
vyz.ee
(5 rows)

select name COLLATE "en_US" from test order by name;
name
--------------------
a1.ee
vvbwjbln7.ee
vyz.ee
wwvl8.ee
wxxezi6lkaq7eoi.ee
(5 rows)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Julien Rouhaud 2016-04-25 14:53:19 Re: BUG #14109: pg_rewind fails to update target control file in one scenario
Previous Message John Lumby 2016-04-25 14:36:18 Re: BUG #14109: pg_rewind fails to update target control file in one scenario