Factor out encoding specific tests for json
authorAndrew Dunstan
Wed, 7 Oct 2015 21:41:45 +0000 (17:41 -0400)
committerAndrew Dunstan
Thu, 8 Oct 2015 02:19:03 +0000 (22:19 -0400)
commit48a78d80c83f7cd341e9761b5404562db6031c7e
tree933801d2d1ec07415ba8b8adba352fae4ccf0f58
parentfc95734a14e588a847793ce4a734d9bf7fe50d14
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