Re: Three weeks left until feature freeze - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: Three weeks left until feature freeze
Date
Msg-id 44B53069.5020606@tada.se
Whole thread Raw
In response to Re: Three weeks left until feature freeze  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Joshua D. Drake wrote:
>
> Well I know it isn't an API per say, but one interesting tid bit as an example 
> is that PLphp does not need the PostgreSQL source to compile. It only needs 
> pgxs and the relevant headers etc...
>
> Perhaps that is one way to go... All PLs use pgxs?
>
>   
PL/Java does. No source needed. So yes, there's already a fairly good 
API that assists in the module build process. It does however still 
include all header files needed by the backend and thus, leaves the 
backend wide open (in a matter of speech). If a refactoring effort was 
to start later on, that would be a good place to start. I.e. divide 
headers into the ones available for external modules and the ones for 
internal backend use only.

Regards,
Thomas Hallgren



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: pgsql-patches considered harmful
Next
From: Phil Frost
Date:
Subject: Re: lastval exposes information that currval does not