Fix insufficiently-portable regression test case.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/json_1.out | modified | +2 −2 |
| src/test/regress/expected/jsonb_1.out | modified | +2 −2 |
| src/test/regress/expected/jsonb.out | modified | +2 −2 |
| src/test/regress/expected/json.out | modified | +2 −2 |
| src/test/regress/sql/jsonb.sql | modified | +2 −2 |
| src/test/regress/sql/json.sql | modified | +2 −2 |