pgsql: Fix insufficiently-portable regression test case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix insufficiently-portable regression test case.
Date: 2015-10-05 16:19:28
Message-ID: E1Zj8U4-0007xv-54@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/868b79adb460dfb702a83eb502e08abde458cc98

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-10-05 16:32:53 pgsql: doc: Update URLs of external projects
Previous Message Peter Eisentraut 2015-10-05 15:02:22 pgsql: Translation updates