Re: Parallel execution and prepared statements

Поиск
Список
Период
Сортировка
От Tobias Bussmann
Тема Re: Parallel execution and prepared statements
Дата
Msg-id D3665EC8-B02C-4477-A985-C2D96E4DEBD1@gmx.net
обсуждение исходный текст
Ответ на Re: Parallel execution and prepared statements  (Amit Kapila <amit.kapila16@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default