pgsql: Fix the create_index regression test for Danish collation.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Fix the create_index regression test for Danish collation.
Дата
Msg-id E1UpKUg-0005UX-7o@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/854ebd0f5fb069a6c96e14cff4965350fb5374a6

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 по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix the create_index regression test for Danish collation.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix the create_index regression test for Danish collation.