]> granicus.if.org Git - postgresql/commit
Factor out encoding specific tests for json
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 7 Oct 2015 21:41:45 +0000 (17:41 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 8 Oct 2015 02:18:27 +0000 (22:18 -0400)
commitb6363772fd5f07dcfff2b4869765705ac9633950
tree98fd3cee3877b101fec6d719d9bbe52b4b3cadf2
parent1ea0c73c2b112911fb2ef297121be92d3b0ca35e
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.
src/test/regress/expected/json.out
src/test/regress/expected/json_1.out [deleted file]
src/test/regress/expected/json_encoding.out [new file with mode: 0644]
src/test/regress/expected/json_encoding_1.out [new file with mode: 0644]
src/test/regress/expected/jsonb.out
src/test/regress/expected/jsonb_1.out [deleted file]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/json.sql
src/test/regress/sql/json_encoding.sql [new file with mode: 0644]
src/test/regress/sql/jsonb.sql