From: | Cédric Villemain <cedric(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Craig Ringer <craig(at)2ndquadrant(dot)com> |
Subject: | Re: Bugfix and new feature for PGXS |
Date: | 2013-06-19 18:58:20 |
Message-ID: | 201306192058.23832.cedric@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Le mercredi 19 juin 2013 18:48:21, Andrew Dunstan a écrit :
> On 06/19/2013 12:32 PM, Cédric Villemain wrote:
> > Le mercredi 19 juin 2013 18:20:11, Andrew Dunstan a écrit :
> >> On 06/19/2013 11:26 AM, Peter Eisentraut wrote:
> >>> On 6/19/13 10:19 AM, Andrew Dunstan wrote:
> >>>> What are they going to be used for anyway? I rubbed up against this
> >>>> not too long ago. Things will blow up if you use stuff from the
> >>>> module and the module isn't already loaded.
> >>>
> >>> See transforms.
> >>
> >> So you're saying to install extension headers, but into the main
> >> directory where we put server headers?
> >
> > At the same level than server headers, but I'm open for suggestion.
> >
> > $ tree -d include
> > include
> > ├── libpq
> > └── postgresql
> >
> > ├── contrib
> > │ └── hstore
> > ├── informix
> > │ └── esql
> > ├── internal
> > │ └── libpq
> > └── server
> >
> > And all subidrs of server/
>
> This is what Peter was arguing against, isn't it?
Now I have a doubt :)
I believe he answered the proposal to put all headers on the same flat
directory, instead of a tree.
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2013-06-19 18:59:53 | Re: Bad error message on valuntil |
Previous Message | Joshua D. Drake | 2013-06-19 18:55:42 | Re: Change authentication error message (patch) |