- Notifications
You must be signed in to change notification settings - Fork5
Commit76d5f6f
committed
expression_tree_walker failed to let walker function see the immediate child
node of a SubLink or SubPlan testexpr field. Bug resulted from replacingthe old lefthand/exprs list fields with a simple expression field, and notremembering that expression_tree_walker is coded to save a few cycles byrecursing directly to self on list fields (on the assumption the walkerisn't interested in List nodes per se). On non-list fields it must ofcourse call the walker. Possibly that hack isn't worth the risk of moresuch bugs, but I'll leave it be for now. Per bug report from James Robinson.1 parent4df8de7 commit76d5f6f
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
3177 | 3177 |
| |
3178 | 3178 |
| |
3179 | 3179 |
| |
| 3180 | + | |
3180 | 3181 |
| |
3181 | 3182 |
| |
3182 | 3183 |
| |
| |||
3249 | 3250 |
| |
3250 | 3251 |
| |
3251 | 3252 |
| |
3252 |
| - | |
3253 |
| - | |
| 3253 | + | |
3254 | 3254 |
| |
3255 | 3255 |
| |
3256 | 3256 |
| |
| |||
3265 | 3265 |
| |
3266 | 3266 |
| |
3267 | 3267 |
| |
3268 |
| - | |
3269 |
| - | |
| 3268 | + | |
3270 | 3269 |
| |
3271 | 3270 |
| |
3272 | 3271 |
| |
|
0 commit comments
Comments
(0)