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 CAA4eK1+nv3W5MCT9nMrxhGHRWFP1L+eSu+NQVmiq8Zy-3Sg7zg@mail.gmail.com
Whole thread Raw
In response to Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Jun 21, 2018 at 7:21 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Amit Kapila <amit.kapila16@gmail.com> writes:
>> On Thu, Jun 21, 2018 at 11:51 AM, Amit Khandekar <amitdkhan.pg@gmail.com> wrote:
>>> After list_concat, the subpaths no longer has only non-partial paths,
>>> which it is supposed to have. So it anyways should not be used in the
>>> subsequent code in that function. So I think the following change
>>> should be good.
>>> -       foreach(l, subpaths)
>>> +       foreach(l, pathnode->subpaths)
>
> Patch LGTM.
>

Okay, pushed and updated Open Items page as well.

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


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Incorrect errno used with %m for backend code
Next
From: Etsuro Fujita
Date:
Subject: Re: Wrong cost estimation for foreign tables join with use_remote_estimatedisabled