pgsql: Fix the create_index regression test for Danish collation.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the create_index regression test for Danish collation.
Date: 2013-06-19 15:40:22
Message-ID: E1UpKUg-0005Ua-8Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix the create_index regression test for Danish collation.

In Danish collations, there are letter combinations which sort
higher than 'Z'. A test for values > 'WA' was picking up rows
where the value started with 'AA', causing the test to fail.

Backpatch to 9.2, where the failing test was added.

Per report from Svenne Krap and analysis by Jeff Janes

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/de31442b8b2818e211be3e334f778746705c5ab2

Modified Files
--------------
src/test/regress/expected/create_index.out | 12 ++++++------
src/test/regress/sql/create_index.sql | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-06-19 16:32:03 pgsql: Modernize entab source code
Previous Message Simon Riggs 2013-06-18 11:11:15 pgsql: Fix docs on lock level for ALTER TABLE VALIDATE