Fix unstable regression test result.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/jsonb.out | modified | +1 −1 |
| src/test/regress/sql/jsonb.sql | modified | +1 −1 |