pgsql: Factor out encoding specific tests for json

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Factor out encoding specific tests for json
Date: 2015-10-08 02:20:47
Message-ID: E1Zk0p5-00017p-4q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Factor out encoding specific tests for json

This lets us remove the large alternative results files for the main
json and jsonb tests, which makes modifying those tests simpler for
committers and patch submitters.

Backpatch to 9.4 for jsonb and 9.3 for json.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/test/regress/expected/json.out | 73 +-
src/test/regress/expected/json_1.out | 976 -------------------------
src/test/regress/expected/json_encoding.out | 74 ++
src/test/regress/expected/json_encoding_1.out | 70 ++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/json.sql | 19 +-
src/test/regress/sql/json_encoding.sql | 23 +
8 files changed, 171 insertions(+), 1067 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-08 16:28:04 pgsql: Correct pg_indent to pgindent in various comments.
Previous Message Andrew Dunstan 2015-10-08 02:20:42 pgsql: Factor out encoding specific tests for json