aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-06-02 19:05:57 -0700
committerAndres Freund <andres@anarazel.de>2017-06-02 19:11:15 -0700
commit34aebcf42a70089b76ff8e9ccda331f111153eeb (patch)
treef760f5fc95b20bfa623b7297810a7a759a22db46 /src/backend/commands/variable.c
parentde492c17f064ea3ddcb73d9529f3e30a1483ffa5 (diff)
downloadpostgresql-34aebcf42a70089b76ff8e9ccda331f111153eeb.tar.gz
postgresql-34aebcf42a70089b76ff8e9ccda331f111153eeb.zip
Allow parallelism in COPY (query) TO ...;
Previously this was not allowed, as copy.c didn't set the CURSOR_OPT_PARALLEL_OK flag when planning the query. Set it. While the lack of parallel query for COPY isn't strictly speaking a bug, it does prevent parallelism from being used in a facility commonly used to run long running queries. Thus backpatch to 9.6. Author: Andres Freund Discussion: https://postgr.es/m/20170531231958.ihanapplorptykzm@alap3.anarazel.de Backpatch: 9.6, where parallelism was introduced.
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions