- Notifications
You must be signed in to change notification settings - Fork28
Commit655393a
committed
Fix parallel hash join path search.
When the very cheapest path is not parallel-safe, we want to instead usethe cheapest unparameterized path that is. The old code searchedinnerrel->cheapest_parameterized_paths, but that isn't right, becausethe path we want may not be in that list. Search innerrel->pathlistinstead.Spotted by Dilip Kumar.Discussion:http://postgr.es/m/CAFiTN-szCEcZrQm0i_w4xqSaRUTOUFstNu32Zn4rxxDcoa8gnA@mail.gmail.com1 parentb2678ef commit655393a
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1510 | 1510 |
| |
1511 | 1511 |
| |
1512 | 1512 |
| |
1513 |
| - | |
1514 |
| - | |
1515 |
| - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 | 1520 |
| |
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 |
| - | |
| 1523 | + | |
1524 | 1524 |
| |
1525 | 1525 |
| |
1526 | 1526 |
| |
|
0 commit comments
Comments
(0)