]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix the create_index regression test for Danish collation.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 19 Jun 2013 15:36:45 +0000 (10:36 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 19 Jun 2013 15:36:45 +0000 (10:36 -0500)
commit8791627b8f9a9ce44603beec447bc6f18bfd9a36
treebc8f5f243e2969602f3ab53601e386fed865b5cf
parent073d7cb513f5de44530f4bdbaaa4b5d4cce5f984
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