Обсуждение: pgsql: Fix unstable regression test result.

Поиск
Список
Период
Сортировка

pgsql: Fix unstable regression test result.

От
Tom Lane
Дата:
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(-)