mirror of https://github.com/postgres/postgres
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.REL8_1_STABLE
parent
2868b0cbe0
commit
9f22a3f091
Loading…
Reference in new issue