forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ef5c12
committed
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
It's somewhat surprising that we got away with this before. (Actually,since nobody tests this routinely AFAIK, it might've been broken forawhile. But it's definitely broken in the wake of commitf868a81.)It seems sufficient to limit the forced recursion to a small numberof levels.Back-patch to all supported branches, like the preceding patch.Discussion:https://postgr.es/m/12259.1532117714@sss.pgh.pa.us1 parent395f310 commit2ef5c12
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 |
| - | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
703 | 713 |
| |
704 | 714 |
| |
705 | 715 |
| |
|
0 commit comments
Comments
(0)