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

From Rajkumar Raghuwanshi
Subject Re: server crashed with TRAP: FailedAssertion("!(!parallel_aware || pathnode->path.parallel_safe)"
Date
Msg-id CAKcux6k9=kEik_St6Dk_fQ5Wu-EGSgi6p7fxmtqSTTNqgv6SXw@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
Thanks for commit. I have verified reported case. it is fixed now.

Thanks & Regards,
Rajkumar Raghuwanshi
QMG, EnterpriseDB Corporation

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.

> Thanks, Tom, would you like to go-ahead and commit this change as this
> is suggested by you or would you like me to take care of this or do
> you want to wait for Robert's input?

Please push --- I'm busy getting ready to leave for vacation ...

                        regards, tom lane

pgsql-hackers by date:

Previous
From: Rajkumar Raghuwanshi
Date:
Subject: Re: Server crashed with TRAP: FailedAssertion("!(parallel_workers >0)" when partitionwise_aggregate true.
Next
From: David Rowley
Date:
Subject: Speeding up INSERTs and UPDATEs to partitioned tables