pgsql: Do jsonb regression test input in the conventional way. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Do jsonb regression test input in the conventional way.
Date
Msg-id E1WRsc2-0005Qv-FV@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Introduce jsonb, a structured format for storing json.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix "the the" typos.