Fix insufficiently-portable regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2015 16:19:14 +0000 (12:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2015 16:19:14 +0000 (12:19 -0400)
commit9e36c91b468d7d821b77214337ff891811b4b337
tree815140fd10db8052fcef1c80023dbb8ccff9d2d8
parent272ede71a66892e68d4de285a82f117ce23e10ba
Fix insufficiently-portable regression test case.

Some of the buildfarm members are evidently miserly enough of stack space
to pass the originally-committed form of this test.  Increase the
requirement 10X to hopefully ensure that it fails as-expected everywhere.

Security: CVE-2015-5289
src/test/regress/expected/json.out
src/test/regress/expected/json_1.out
src/test/regress/expected/jsonb.out
src/test/regress/expected/jsonb_1.out
src/test/regress/sql/json.sql
src/test/regress/sql/jsonb.sql