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:29:33
Message-ID: E1cu6v7-00010y-8x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unstable regression test result.

Whoops, missed that same test was made for json as well as jsonb.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c281cd5fe178c946dc23eae4d4642be5ddbe3eb4

Modified Files
--------------
src/test/regress/expected/json.out | 2 +-
src/test/regress/sql/json.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-01 00:52:54 pgsql: Don't use bgw_main even to specify in-core bgworker entrypoints.
Previous Message Tom Lane 2017-04-01 00:24:37 pgsql: Fix unstable regression test result.