- Notifications
You must be signed in to change notification settings - Fork5
Commit173a676
committed
Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to
form a join and that case doesn't have anything to join to. (We couldprobably make it work if we didn't pull up the subquery, but it seems tome that the case isn't worth extra code.) Per report from Greg Stark.1 parentaa7f004 commit173a676
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 | 1099 |
| |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
1100 | 1106 |
| |
1101 | 1107 |
| |
1102 | 1108 |
| |
| |||
1180 | 1186 |
| |
1181 | 1187 |
| |
1182 | 1188 |
| |
| 1189 | + | |
1183 | 1190 |
| |
1184 | 1191 |
| |
1185 | 1192 |
| |
|
0 commit comments
Comments
(0)