Re: Bugfix and new feature for PGXS - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Bugfix and new feature for PGXS
Date
Msg-id 1371610091.13762.20.camel@vanquo.pezone.net
Whole thread Raw
In response to Bugfix and new feature for PGXS  (Cédric Villemain <cedric@2ndquadrant.com>)
Responses Re: Bugfix and new feature for PGXS
List pgsql-hackers
On Tue, 2013-06-18 at 15:52 +0200, Cédric Villemain wrote:
> This allows for example to install hstore header and be able to
> include them
> in another extension like that:
> 
>   # include "contrib/hstore/hstore.h"

That's not going to work.  hstore's header file is included as #include
"hstore.h" (cf. hstore source code).  Having it included under different
paths in different contexts will be a mess.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: How do we track backpatches?
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Remove useless USE_PGXS support in contrib