Re: add server include files to default installation? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: add server include files to default installation?
Date
Msg-id 200405151750.i4FHoql10322@candle.pha.pa.us
Whole thread Raw
In response to add server include files to default installation?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: add server include files to default installation?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Re: add server include files to default installation?  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
Fabien COELHO wrote:
> 
> Dear hackers,
> 
> I wish to submit a small patch so that server includes and
> all necessary configuration files could be installed *by default*.
> 
> The current status is that server includes files are only installed
> if explicitly required (make install-all-headers).
> 
> The idea is that external extension modules (new types or whatever)
> could then *rely* on the fact that these files are available, which
> would make developping and installing these extensions quite easier.
> 
> As an illustration, the apache software installs by default all
> necessary includes and even a special tailored command (apxs) so as
> to help extension modules to be compiled, installed and even configured
> easilly.
> 
> Is there any opposition to this move? Silence will mean consent;-)

Agreed.  I would also like to see Makefile.global installed. 
pg_config.h has C-level configs, and Makefile.global has the
Makefile-level configs.

We have identified that we need to make configuration easier for 3rd
party apps.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Thomas Hallgren
Date:
Subject: Re: add server include files to default installation?
Next
From: Tom Lane
Date:
Subject: Re: CatCache state reversing