aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-11-03 13:42:04 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2010-11-03 13:42:04 -0400
commit78f0924f0081913095677b0b6bfe2877f6b5e5a5 (patch)
tree09dbf309cca9e34a818150a1bb748fd6b0b84c8f /src/backend/access/gist/gistutil.c
parent55c3a7c0a5b335f03bf1bd26f1b7542d5305d256 (diff)
downloadpostgresql-78f0924f0081913095677b0b6bfe2877f6b5e5a5.tar.gz
postgresql-78f0924f0081913095677b0b6bfe2877f6b5e5a5.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions