forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit61d6dd0
committed
Fix adjust_semi_join to be more cautious about clauseless joins.
It was reporting that these were fully indexed (hence cheap), when ofcourse they're the exact opposite of that. I'm not certain if the casewould arise in practice, since a clauseless semijoin is hard to producein SQL, but if it did happen we'd make some dumb decisions.1 parent71baff1 commit61d6dd0
1 file changed
+13
-5
lines changedLines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2897 | 2897 |
| |
2898 | 2898 |
| |
2899 | 2899 |
| |
2900 |
| - | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
2901 | 2903 |
| |
2902 |
| - | |
2903 |
| - | |
2904 |
| - | |
2905 |
| - | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
2906 | 2914 |
| |
2907 | 2915 |
| |
2908 | 2916 |
| |
|
0 commit comments
Comments
(0)