[COMMITTERS] pgsql: Allow parallelism in COPY (query) TO ...;

2017-06-02 Thread Andres Freund
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 commo

[COMMITTERS] pgsql: Allow parallelism in COPY (query) TO ...;

2017-06-02 Thread Andres Freund
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 commo