Re: Parallel execution and prepared statements - Mailing list pgsql-hackers

From Tobias Bussmann
Subject Re: Parallel execution and prepared statements
Date
Msg-id D3665EC8-B02C-4477-A985-C2D96E4DEBD1@gmx.net
Whole thread Raw
In response to Re: Parallel execution and prepared statements  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
> Can you once test by just passing CURSOR_OPT_PARALLEL_OK in
> PrepareQuery() and run the tests by having forc_parallel_mode=regress?
> It seems to me that the code in the planner is changed for setting a
> parallelModeNeeded flag, so it might work as it is.

Do you mean running a "make installcheck" with "force_parallel_mode=regress" in postgresql.conf? I did so with just
CURSOR_OPT_PARALLEL_OKin PrepareQuery (like the original commit 57a6a72b) and still got 3 failed tests, all with CREATE
TABLE.. AS EXECUTE .. . With my patch applied, all tests were successful. 




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Next
From: Robert Haas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default