pgsql: Fix unstable regression test result.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix unstable regression test result.
Дата
Msg-id E1cu6qL-0000ui-Up@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix unstable regression test result.

Commit e306df7f9 added a test case that depends on "the" being a
stop word, which it is not in non-English locales.  Since the
point of the test is to check stopword behavior, fix by forcibly
selecting the 'english' configuration.

Per buildfarm.

Branch
------
master

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

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


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix typos.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unstable regression test result.