> FYI, patch v12 part 2 no longer applies cleanly.
>
Thanks. I rebased the patch set according to the latest master branch.
The attached v13 can be applied to the master.
--
NEC OSS Promotion Center / PG-Strom Project
KaiGai Kohei <kaigai@ak.jp.nec.com>
> -----Original Message-----
> From: thombrown@gmail.com [mailto:thombrown@gmail.com] On Behalf Of Thom
> Brown
> Sent: Sunday, October 26, 2014 9:22 PM
> To: Kaigai Kouhei(海外 浩平)
> Cc: Robert Haas; Kohei KaiGai; Tom Lane; Alvaro Herrera; Shigeru Hanada;
> Simon Riggs; Stephen Frost; Andres Freund; PgHacker; Jim Mlodgenski; Peter
> Eisentraut
> Subject: Re: [HACKERS] [v9.5] Custom Plan API
>
> 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