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 Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/c0f058e4d2c8dab6f6290dc85d2ad440691d562d Modified Files -------------- src/test/regress/expected/json.out | 4 ++-- src/test/regress/expected/json_1.out | 4 ++-- src/test/regress/expected/jsonb.out | 4 ++-- src/test/regress/expected/jsonb_1.out | 4 ++-- src/test/regress/sql/json.sql | 4 ++-- src/test/regress/sql/jsonb.sql | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
