]> 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:39 +0000 (10:37 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 19 Jun 2013 15:37:39 +0000 (10:37 -0500)
commit854ebd0f5fb069a6c96e14cff4965350fb5374a6
tree8c4ffed14cd607dcae6a1ca35905ddb65b5b778a
parent0ae1bf8c1be7eccc54792a9c211345f97a11f78e
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