Re: add server include files to default installation?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: add server include files to default installation?
Date: 2004-05-15 17:50:52
Message-ID: 200405151750.i4FHoql10322@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-15 17:52:25 Re: Bogus permissions display in 7.4
Previous Message Tom Lane 2004-05-15 17:37:20 Re: Bogus permissions display in 7.4