Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)" - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)"
Date
Msg-id CAA4eK1KrGz-p_4npEKsjwziv9z_6YUm5y0-NGcQf_W3bf732Ww@mail.gmail.com
Whole thread Raw
In response to Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)"  (Amit Khandekar <amitdkhan.pg@gmail.com>)
Responses Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)"
List pgsql-hackers
On Mon, Jun 18, 2018 at 3:09 PM, Amit Khandekar <amitdkhan.pg@gmail.com> wrote:
> On 16 June 2018 at 19:30, Amit Kapila <amit.kapila16@gmail.com> wrote:
>> On Sat, Jun 16, 2018 at 10:44 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>>> Yeah, or perhaps disallow creation of any partial paths at the first
>>> place like in attached.   This will save us some work as well.
>>>
>>
>> Attached patch contains test case as well.  I have tried to come up
>> with some simple test, but couldn't come up with anything much simpler
>> than reported by Rajkumar, so decided to use the test case provided by
>> him.
>>
>
> Thanks for the patch. I had a look at it, and it looks good to me. One
> minor comment :
>
> +-- Parallel Append is not be used when the subpath depends on the outer param
> "is not be used" => "is not to be used"
>

Fixed in the attached patch.  I will wait for a day or two to see if
Tom or Robert wants to say something and then commit.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: Libpq support to connect to standby server as priority
Next
From: Amit Kapila
Date:
Subject: Re: Pluggable storage