Factor out encoding specific tests for json
authorAndrew Dunstan <[email protected]>
Wed, 7 Oct 2015 21:41:45 +0000 (17:41 -0400)
committerAndrew Dunstan <[email protected]>
Thu, 8 Oct 2015 02:19:38 +0000 (22:19 -0400)
commitf844f0ef18707f370f0060b7925c6371298e9242
tree49e3cd2fb1e9df96364c568cbe88bb90a643978b
parent32e53593f95870dc5dc455caa5ca8ad3f36ef271
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/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]