pgsql: Fix the create_index regression test for Danish collation. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Fix the create_index regression test for Danish collation.
Date
Msg-id E1UpKUg-0005UV-6k@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8791627b8f9a9ce44603beec447bc6f18bfd9a36

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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Fix docs on lock level for ALTER TABLE VALIDATE
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix the create_index regression test for Danish collation.