pgsql: Fix unstable regression test result.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unstable regression test result.
Date: 2017-04-01 00:24:37
Message-ID: E1cu6qL-0000ui-Up@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-01 00:29:33 pgsql: Fix unstable regression test result.
Previous Message Robert Haas 2017-04-01 00:19:49 pgsql: Fix typos.