forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9d00cf4
committed
Remove some redundant set_cheapest() calls.
Commite2fa76d centralized the responsibility for doingset_cheapest() for a baserel, but these functions added laterseemingly didn't get the memo. There's no apparent reason whywe need the cheapest path for these relation types to be availableany sooner than it is for other base relation types, so delete theduplicate calls. Doesn't save much since there's only one pathin these cases, but it might improve clarity.Richard GuoDiscussion:https://postgr.es/m/CAMbWs4-KFEU_fDuJPNCOkUu3rwvZvKBEytkd9VrM4kH4-2h1CQ@mail.gmail.com1 parentd365ae7 commit9d00cf4
1 file changed
+0
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2966 | 2966 |
| |
2967 | 2967 |
| |
2968 | 2968 |
| |
2969 |
| - | |
2970 |
| - | |
2971 |
| - | |
2972 | 2969 |
| |
2973 | 2970 |
| |
2974 | 2971 |
| |
| |||
2996 | 2993 |
| |
2997 | 2994 |
| |
2998 | 2995 |
| |
2999 |
| - | |
3000 |
| - | |
3001 |
| - | |
3002 | 2996 |
| |
3003 | 2997 |
| |
3004 | 2998 |
| |
|
0 commit comments
Comments
(0)