pgsql: Fix unstable regression test result. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix unstable regression test result.
Date
Msg-id E1cu6qL-0000ui-Up@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix typos.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix unstable regression test result.