- Notifications
You must be signed in to change notification settings - Fork5
Commit110a6db
committed
Allow RTE_SUBQUERY rels to be considered parallel-safe.
There isn't really any reason not to; the original comments here werepartly confused about subplans versus subquery-in-FROM, and partlydependent on restrictions that no longer apply now that subqueries returnPaths not Plans. Depending on what's inside the subquery, it might failto produce any parallel_safe Paths, but that's fine.Tom Lane and Robert Haas1 parent4ea9948 commit110a6db
1 file changed
+12
-8
lines changedLines changed: 12 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
584 |
| - | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
585 | 589 |
| |
586 |
| - | |
| 590 | + | |
587 | 591 |
| |
588 | 592 |
| |
589 | 593 |
| |
|
0 commit comments
Comments
(0)