forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c6e647
committed
Allow treating TABLESAMPLE scans as parallel-safe.
This was the intention all along, but an extraneous "return;" inset_rel_consider_parallel() caused sampled rels to never be markedconsider_parallel.Since we don't have any partial tablesample path/plan type yet, there'sno possibility of parallelizing the sample scan itself; but this fixallows such a scan to appear below a parallel join, for example.1 parent0e495c5 commit2c6e647
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 |
| - | |
542 | 541 |
| |
543 | 542 |
| |
544 | 543 |
| |
|
0 commit comments
Comments
(0)