forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfb9042f
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 parent3f36070 commitfb9042f
2 files changed
+7
-7
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3967 | 3967 |
| |
3968 | 3968 |
| |
3969 | 3969 |
| |
3970 |
| - | |
3971 |
| - | |
| 3970 | + | |
| 3971 | + | |
3972 | 3972 |
| |
3973 | 3973 |
| |
3974 | 3974 |
| |
| |||
3977 | 3977 |
| |
3978 | 3978 |
| |
3979 | 3979 |
| |
3980 |
| - | |
| 3980 | + | |
3981 | 3981 |
| |
3982 | 3982 |
| |
3983 |
| - | |
| 3983 | + | |
3984 | 3984 |
| |
3985 | 3985 |
| |
3986 | 3986 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3174 | 3174 |
| |
3175 | 3175 |
| |
3176 | 3176 |
| |
3177 |
| - | |
3178 |
| - | |
| 3177 | + | |
| 3178 | + | |
3179 | 3179 |
| |
3180 | 3180 |
| |
3181 | 3181 |
| |
| |||
3186 | 3186 |
| |
3187 | 3187 |
| |
3188 | 3188 |
| |
3189 |
| - | |
| 3189 | + | |
3190 | 3190 |
| |
3191 | 3191 |
| |
3192 | 3192 |
| |
|
0 commit comments
Comments
(0)