pgsql: Do jsonb regression test input in the conventional way.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do jsonb regression test input in the conventional way.
Date: 2014-03-24 00:19:34
Message-ID: E1WRsc2-0005Qv-FV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Do jsonb regression test input in the conventional way.

This should make the buildfarm happier.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/create_table.out | 3 +++
src/test/regress/expected/jsonb.out | 2 --
src/test/regress/expected/jsonb_1.out | 2 --
src/test/regress/expected/sanity_check.out | 1 +
src/test/regress/input/copy.source | 2 ++
src/test/regress/output/copy.source | 1 +
src/test/regress/output/misc.source | 3 ++-
src/test/regress/sql/create_table.sql | 4 ++++
src/test/regress/sql/jsonb.sql | 3 ---
9 files changed, 13 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-24 06:42:47 pgsql: Fix "the the" typos.
Previous Message Andrew Dunstan 2014-03-23 22:27:47 Re: pgsql: Introduce jsonb, a structured format for storing json.