forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit34aebcf
committed
Allow parallelism in COPY (query) TO ...;
Previously this was not allowed, as copy.c didn't set theCURSOR_OPT_PARALLEL_OK flag when planning the query. Set it.While the lack of parallel query for COPY isn't strictly speaking abug, it does prevent parallelism from being used in a facilitycommonly used to run long running queries. Thus backpatch to 9.6.Author: Andres FreundDiscussion:https://postgr.es/m/20170531231958.ihanapplorptykzm@alap3.anarazel.deBackpatch: 9.6, where parallelism was introduced.1 parentde492c1 commit34aebcf
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1527 | 1527 |
| |
1528 | 1528 |
| |
1529 | 1529 |
| |
1530 |
| - | |
| 1530 | + | |
1531 | 1531 |
| |
1532 | 1532 |
| |
1533 | 1533 |
| |
|
0 commit comments
Comments
(0)