Re: Explain [Analyze] produces parallel scan for select Into table statements. - Mailing list pgsql-hackers

From Mithun Cy
Subject Re: Explain [Analyze] produces parallel scan for select Into table statements.
Date
Msg-id CAD__Ouizmk7fXRcm7tB7qYYG-qHNXFuHM2m9rtB4V7CjqLLTLw@mail.gmail.com
Whole thread Raw
In response to Re: Explain [Analyze] produces parallel scan for select Into table statements.  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Explain [Analyze] produces parallel scan for select Into table statements.
List pgsql-hackers
On Thu, Mar 10, 2016 at 9:39 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>I guess there must not be an occurrence of this pattern in the
>regression tests, or previous force_parallel_mode testing would have
>found this problem.  Perhaps this patch should add one?

I have added the test to select_into.sql. Added Explain select into statement.
Explain Analyze produces planning time and execution time even with TIMING OFF
so not adding the same to regress tests.

--
Thanks and Regards
Mithun C Y

Attachment

pgsql-hackers by date:

Previous
From: "Shulgin, Oleksandr"
Date:
Subject: Re: Patch to implement pg_current_logfile() function
Next
From: Alexey Grishchenko
Date:
Subject: Re: Endless loop calling PL/Python set returning functions