Re: Parallel Seq Scan - Mailing list pgsql-hackers

From Rajeev rastogi
Subject Re: Parallel Seq Scan
Date
Msg-id BF2827DCCE55594C8D7A8F7FFD3AB771598777B9@szxeml521-mbs.china.huawei.com
Whole thread Raw
In response to Re: Parallel Seq Scan  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Parallel Seq Scan
List pgsql-hackers

On 20 March 2015 17:37, Amit Kapila Wrote:

 

> So the patches have to be applied in below sequence:

> HEAD Commit-id : 8d1f2390

> parallel-mode-v8.1.patch [2]

> assess-parallel-safety-v4.patch [1]

> parallel-heap-scan.patch [3]

> parallel_seqscan_v11.patch (Attached with this mail)

 

While I was going through this patch, I observed one invalid ASSERT in the function “ExecInitFunnel” i.e.

            Assert(outerPlan(node) == NULL);

 

Outer node of Funnel node is always non-NULL and currently it will be PartialSeqScan Node.

 

May be ASSERT is disabled while building the code because of which this issue has not yet been observed.

 

Thanks and Regards,

Kumar Rajeev Rastogi

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: possible dsm bug in dsm_attach()
Next
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan