forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6eb2f0e
committed
Add missing MaterialPath support in reparameterize_path[_by_child].
These two functions failed to cover MaterialPath. That's not afatal problem, but we can generate better plans in some casesif we support it.Tom Lane and Richard GuoDiscussion:https://postgr.es/m/1854233.1669949723@sss.pgh.pa.us1 parentfe12f2f commit6eb2f0e
1 file changed
+24
-1
lines changedLines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3979 | 3979 |
| |
3980 | 3980 |
| |
3981 | 3981 |
| |
| 3982 | + | |
| 3983 | + | |
| 3984 | + | |
| 3985 | + | |
| 3986 | + | |
| 3987 | + | |
| 3988 | + | |
| 3989 | + | |
| 3990 | + | |
| 3991 | + | |
| 3992 | + | |
| 3993 | + | |
3982 | 3994 |
| |
3983 | 3995 |
| |
3984 | 3996 |
| |
| |||
4013 | 4025 |
| |
4014 | 4026 |
| |
4015 | 4027 |
| |
4016 |
| - | |
| 4028 | + | |
| 4029 | + | |
4017 | 4030 |
| |
4018 | 4031 |
| |
4019 | 4032 |
| |
| |||
4211 | 4224 |
| |
4212 | 4225 |
| |
4213 | 4226 |
| |
| 4227 | + | |
| 4228 | + | |
| 4229 | + | |
| 4230 | + | |
| 4231 | + | |
| 4232 | + | |
| 4233 | + | |
| 4234 | + | |
| 4235 | + | |
| 4236 | + | |
4214 | 4237 |
| |
4215 | 4238 |
| |
4216 | 4239 |
| |
|
0 commit comments
Comments
(0)