- Notifications
You must be signed in to change notification settings - Fork28
Commit8a7cd78
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 parent8d9b4fe commit8a7cd78
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 | 1493 |
| |
1494 |
| - | |
| 1494 | + | |
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
|
0 commit comments
Comments
(0)