pgsql: Adjust SP-GiST regression tests to be less locale-sensitive.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Adjust SP-GiST regression tests to be less locale-sensitive.
Дата
Msg-id E1RgO5v-0005pR-Ev@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adjust SP-GiST regression tests to be less locale-sensitive.

The original test cases gave varying results depending on whether the
locale sorts digits before or after letters.  Since that's not really
what we wish to test here, adjust the test data to not contain any strings
beginning with digits.  Per report from Pavel Stehule.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/15ba590792045a6bbde538c407a34d83f46b496f

Modified Files
--------------
src/test/regress/expected/create_index.out |   92 ++++++++++++++--------------
src/test/regress/sql/create_index.sql      |   38 ++++++------
2 files changed, 65 insertions(+), 65 deletions(-)


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

Предыдущее
От: uwebartels@pgfoundry.org (User Uwebartels)
Дата:
Сообщение: pgstatspack - pgstatspack: bugfix in calculation
Следующее
От: h-saito@pgfoundry.org (Hiroshi Saito)
Дата:
Сообщение: psqlodbc - psqlodbc: Prep release note.