]> granicus.if.org Git - postgresql/commit
Fix the create_index regression test for Danish collation.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 19 Jun 2013 15:37:57 +0000 (10:37 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 19 Jun 2013 15:37:57 +0000 (10:37 -0500)
commitde31442b8b2818e211be3e334f778746705c5ab2
tree2bb4ec1e2cc22c690babeeb875bafa20eafc5730
parent20a562f9178b3d9118fe48950b4cf89f436ad020
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
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql