]> granicus.if.org Git - postgresql/commit
Reduce recursion depth in recently-added regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Nov 2010 17:41:46 +0000 (13:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Nov 2010 17:41:46 +0000 (13:41 -0400)
commit0abc8fdd4df3dd0524cd9fd8e2d761cf932dd80f
tree2b97fee3026e2cdaa1de080bef7356f316b43497
parent70a0160b07b66dc7fa1555c489330ea8fb58f8fe
Reduce recursion depth in recently-added regression test.

Some buildfarm members fail the test with the original depth of 10 levels,
apparently because they are running at the minimum max_stack_depth setting
of 100kB and using ~ 10k per recursion level.  While it might be
interesting to try to figure out why they're eating so much stack, it isn't
likely that any fix for that would be back-patchable.  So just change the
test to recurse only 5 levels.  The extra levels don't prove anything
correctness-wise anyway.
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql