pgsql: Fix insufficiently-portable regression test case.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix insufficiently-portable regression test case.
Дата
Msg-id E1Zj8U4-0007xx-59@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/57b02827f3c086695e82358d7466b0168c64d3b9

Modified Files
--------------
src/test/regress/expected/json.out   |    4 ++--
src/test/regress/expected/json_1.out |    4 ++--
src/test/regress/sql/json.sql        |    4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix insufficiently-portable regression test case.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix uninitialized-variable bug.