Fix unstable regression test result.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f1a285e21111f4d4d0c3f428ce2b3ae9e7f162c2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-04-01T00:24:21Z
Releases: 10.0
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.

Files

PathChange+/−
src/test/regress/expected/jsonb.out modified +1 −1
src/test/regress/sql/jsonb.sql modified +1 −1