]> granicus.if.org Git - postgresql/commit
Fix insufficiently-portable regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2015 16:19:15 +0000 (12:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2015 16:19:15 +0000 (12:19 -0400)
commit868b79adb460dfb702a83eb502e08abde458cc98
treee0ad1ec1f3f02758d85e14837d2df08f262c55a2
parent5d250a80c0f4b67df6bd2ebd517536b6c4875911
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