On Thu, Dec 1, 2016 at 9:40 PM, Robert Haas <robertmh...@gmail.com> wrote: > On Thu, Dec 1, 2016 at 7:57 AM, Amit Kapila <amit.kapil...@gmail.com> wrote: >> >> I have tried to restrict all the non-readonly operation modes or modes >> where parallelism might not make sense like DestTupleStore. If we >> want to just prohibit the cases where it can fail now, then I think >> prohibiting only DestIntoRel should be sufficient because that is a >> case where the user is allowed to do DDL for an already prepared read >> only statement like Create Table AS .. EXECUTE. > > OK, then my vote is to do it that way for now. >
Done that way in attached patch. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
prepared_stmt_parallel_query_v3.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers