Re: [v9.5] Custom Plan API - Mailing list pgsql-hackers

From Thom Brown
Subject Re: [v9.5] Custom Plan API
Date
Msg-id CAA-aLv6go8=eyMX3P1BVnyPsMW_GDdjqT2g-yLvLtjR3bb3D6g@mail.gmail.com
Whole thread Raw
In response to Re: [v9.5] Custom Plan API  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Responses Re: [v9.5] Custom Plan API
List pgsql-hackers
On 30 September 2014 07:27, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:
> On Mon, Sep 29, 2014 at 9:04 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
> > Do we need to match the prototype of wrapper function with callback?
>
> Yes.
>
OK, I fixed up the patch part-2, to fit declaration of GetSpecialCustomVar()
with corresponding callback.

Also, a noise in the part-3 patch, by git-pull, was removed.

FYI, patch v12 part 2 no longer applies cleanly.

--
Thom

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: Index scan optimization
Next
From: Marti Raudsepp
Date:
Subject: Re: [PATCH] Simplify EXISTS subqueries containing LIMIT