Re: Parallel Seq Scan

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Rajeev rastogi <rajeev(dot)rastogi(at)huawei(dot)com>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, Fabrízio Mello <fabriziomello(at)gmail(dot)com>, Thom Brown <thom(at)linux(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Seq Scan
Date: 2015-03-25 11:00:17
Message-ID: CAA4eK1KZnnc5usqsvpaBsOPWpyzu5XOLL+o8m2+aXxifF9iqyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 25, 2015 at 4:08 PM, Rajeev rastogi <rajeev(dot)rastogi(at)huawei(dot)com>
wrote:
>
> On 25 March 2015 16:00, Amit Kapila Wrote:
>
> > Which version of patch you are looking at?
>
> > I am seeing below code in ExecInitFunnel() in Version-11 to which
>
> > you have replied.
>
>
>
> > + /* Funnel node doesn't have innerPlan node. */
> > + Assert(innerPlan(node) == NULL
>
>
>
> I was seeing the version-10.
>
> I just checked version-11 and version-12 and found to be already fixed.
>
> I should have checked the latest version before sending the report…J
>

No problem, Thanks for looking into the patch.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru HANADA 2015-03-25 11:30:19 Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Previous Message Kouhei Kaigai 2015-03-25 10:47:22 Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)