forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit57eebca
committed
Fix create_lateral_join_info to handle dead relations properly.
Commit0a48050 broke it.Report by Andreas Seltenreich. Fix by Ashutosh Bapat.Discussion:http://postgr.es/m/874ls2vrnx.fsf@ansel.ydns.eu1 parent7f3a331 commit57eebca
File tree
3 files changed
+22
-2
lines changed- src
- backend/optimizer/plan
- test/regress
- expected
- sql
3 files changed
+22
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 |
| - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
636 | 640 |
| |
637 | 641 |
| |
638 | 642 |
| |
| |||
644 | 648 |
| |
645 | 649 |
| |
646 | 650 |
| |
647 |
| - | |
648 | 651 |
| |
649 | 652 |
| |
650 | 653 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4060 | 4060 |
| |
4061 | 4061 |
| |
4062 | 4062 |
| |
| 4063 | + | |
| 4064 | + | |
| 4065 | + | |
| 4066 | + | |
| 4067 | + | |
| 4068 | + | |
| 4069 | + | |
| 4070 | + | |
| 4071 | + | |
| 4072 | + | |
| 4073 | + | |
| 4074 | + | |
4063 | 4075 |
| |
4064 | 4076 |
| |
4065 | 4077 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 | 1338 |
| |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
1339 | 1344 |
| |
1340 | 1345 |
| |
1341 | 1346 |
| |
|
0 commit comments
Comments
(0)