forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit872c149
committed
Previous fix for "x FULL JOIN y ON true" failed to handle the case
where there was also a WHERE-clause restriction that applied to thejoin. The check on restrictlist == NIL is really unnecessary anyway,because select_mergejoin_clauses already checked for and complainedabout any unmergejoinable join clauses. So just take it out.1 parentbc6444d commit872c149
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 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 |
| |
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 | 502 |
| |
508 | 503 |
| |
509 | 504 |
| |
510 |
| - | |
| 505 | + | |
511 | 506 |
| |
512 | 507 |
| |
513 | 508 |
| |
|
0 commit comments
Comments
(0)