]> granicus.if.org Git - postgresql/commit
Fix unstable regression test result.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Apr 2017 00:24:12 +0000 (20:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Apr 2017 00:24:21 +0000 (20:24 -0400)
commitf1a285e21111f4d4d0c3f428ce2b3ae9e7f162c2
tree4e953b6b3ef02d0d754e6599171ad908f3f3a355
parent9a12ad042d26ba085f8ef72d030699b6f3d43b01
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.
src/test/regress/expected/jsonb.out
src/test/regress/sql/jsonb.sql