Resolve failures in json and jsonb regression tests
authorTomas Vondra <[email protected]>
Sat, 6 May 2017 21:47:28 +0000 (23:47 +0200)
committerTomas Vondra <[email protected]>
Sat, 6 May 2017 21:47:28 +0000 (23:47 +0200)
commit1e3d451d2f9559ed4fe390e36a0e13b93c62b560
tree841945d6092b9c973985bcf5fc74cee5b62d25a5
parent6a873fb5982777c22e165ac8a3838134d0ad263e
Resolve failures in json and jsonb regression tests

The failures were caused by failed distribution key updates, which also
caused differences in subsequent query results. Instead of making the
table replicated as usual, I've decided to use DISTRIBUTE RANDOMLY in
this case, because we don't have that exercised in the tests yet.
src/test/regress/expected/json.out
src/test/regress/expected/jsonb.out
src/test/regress/sql/json.sql
src/test/regress/sql/jsonb.sql