forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commit9f22a3f
committed
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 settingof 100kB and using ~ 10k per recursion level. While it might beinteresting to try to figure out why they're eating so much stack, it isn'tlikely that any fix for that would be back-patchable. So just change thetest to recurse only 5 levels. The extra levels don't prove anythingcorrectness-wise anyway.1 parent2868b0c commit9f22a3f
2 files changed
+7
-7
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2790 | 2790 |
| |
2791 | 2791 |
| |
2792 | 2792 |
| |
2793 |
| - | |
2794 |
| - | |
| 2793 | + | |
| 2794 | + | |
2795 | 2795 |
| |
2796 | 2796 |
| |
2797 | 2797 |
| |
| |||
2800 | 2800 |
| |
2801 | 2801 |
| |
2802 | 2802 |
| |
2803 |
| - | |
| 2803 | + | |
2804 | 2804 |
| |
2805 | 2805 |
| |
2806 |
| - | |
| 2806 | + | |
2807 | 2807 |
| |
2808 | 2808 |
| |
2809 | 2809 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2345 | 2345 |
| |
2346 | 2346 |
| |
2347 | 2347 |
| |
2348 |
| - | |
2349 |
| - | |
| 2348 | + | |
| 2349 | + | |
2350 | 2350 |
| |
2351 | 2351 |
| |
2352 | 2352 |
| |
| |||
2357 | 2357 |
| |
2358 | 2358 |
| |
2359 | 2359 |
| |
2360 |
| - | |
| 2360 | + | |
2361 | 2361 |
| |
2362 | 2362 |
| |
2363 | 2363 |
| |
|
0 commit comments
Comments
(0)