forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f9fd74
committed
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Although copyfuncs.c has a check_stack_depth call in its recursion,equalfuncs.c, outfuncs.c, and readfuncs.c lacked one. This seemsunwise.Likewise fix planstate_tree_walker(), in branches where that exists.Discussion:https://postgr.es/m/30253.1544286631@sss.pgh.pa.us1 parent078303f commit0f9fd74
File tree
4 files changed
+15
-0
lines changed- src/backend/nodes
4 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
2732 | 2733 | | |
2733 | 2734 | | |
2734 | 2735 | | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
2735 | 2739 | | |
2736 | 2740 | | |
2737 | 2741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3623 | 3623 | | |
3624 | 3624 | | |
3625 | 3625 | | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
3626 | 3629 | | |
3627 | 3630 | | |
3628 | 3631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
3276 | 3277 | | |
3277 | 3278 | | |
3278 | 3279 | | |
| 3280 | + | |
| 3281 | + | |
| 3282 | + | |
3279 | 3283 | | |
3280 | 3284 | | |
3281 | 3285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
2262 | 2263 | | |
2263 | 2264 | | |
2264 | 2265 | | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
2265 | 2269 | | |
2266 | 2270 | | |
2267 | 2271 | | |
| |||
0 commit comments
Comments
(0)