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

From Kouhei Kaigai
Subject Re: [v9.5] Custom Plan API
Date
Msg-id 9A28C8860F777E439AA12E8AEA7694F801060F60@BPXM15GP.gisp.nec.co.jp
Whole thread Raw
In response to Re: [v9.5] Custom Plan API  (Thom Brown <thom@linux.com>)
Responses Re: [v9.5] Custom Plan API
List pgsql-hackers
> 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

Attachment

pgsql-hackers by date:

Previous
From: Rushabh Lathia
Date:
Subject: Re: CINE in CREATE TABLE AS ... and CREATE MATERIALIZED VIEW ...
Next
From: Ali Akbar
Date:
Subject: Re: Function array_agg(array)