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

From Albe Laurenz
Subject Re: Parallel execution and prepared statements
Date
Msg-id A737B7A37273E048B164557ADEF4A58B539993FA@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: Parallel execution and prepared statements  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Parallel execution and prepared statements
List pgsql-hackers
Amit Kapila wrote:
> 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.

No, that doesn't work.

But with Tobias' complete patch "make installcheck-world" succeeds.

Yours,
Laurenz Albe

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Push down more full joins in postgres_fdw
Next
From: Peter Eisentraut
Date:
Subject: Re: [RFC] Should we fix postmaster to avoid slow shutdown?