pgsql: Tweak duplicate-index-column regression test to avoid locale sen

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Tweak duplicate-index-column regression test to avoid locale sen
Дата
Msg-id E1RlQAR-0004oa-T7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tweak duplicate-index-column regression test to avoid locale sensitivity.

The originally-chosen test case gives different results in es_EC locale
because of unusual rule for sorting strings beginning with "LL".  Adjust
the comparison value to avoid that, while hopefully not introducing new
locale dependencies elsewhere.  Per report from Jaime Casanova.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de5a08c59de39df07599723cb212ae8297903f48

Modified Files
--------------
src/test/regress/expected/create_index.out |    8 ++++----
src/test/regress/sql/create_index.sql      |    4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Applied Gildas Prime patch with Gendarme report
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix CLUSTER/VACUUM FULL for toast values owned by recently-updat