]> git.ipfire.org Git - thirdparty/postgresql.git/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:19:21 +0000 (22:19 -0400)
commit56f9d916327b3e256d655db278b62b850c931d91
treec858875d88de774eedd1b60ecfd7c3114e0d8b0d
parentfe86f7fbe442212ec638bdaf2ebf474dfaae9722
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