Re: pgxs: build infrastructure for extensions v4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgxs: build infrastructure for extensions v4
Date: 2004-08-04 02:37:51
Message-ID: 200408040237.i742bpS11145@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> writes:
> > One question did arise, however. In order to use pgxs I needed to do:
> > make install-all-headers
> > instead of:
> > make install
>
> > I seem to recall some discussion about this, but at the time didn't
> > realize the impact. IMHO pgxs support (including all needed headers)
> > should be installed by default, else we won't be able to count on it
> > being there when needed. Any chance we can revisit this?
>
> AFAICS the packagers (RPM etc) will continue to think that these files
> belong in a postgresql-devel RPM, and will not include them in a base
> package. I'm not sure of the point of trying to force installation in
> a build from source given that much of the world isn't going to be using
> a source package anyway.
>
> However, we could certainly talk about altering the default behavior
> (eg, install becomes install-no-headers and install-all-headers becomes
> part of the default install target).

Agreed. Added to open items list.

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-04 02:38:44 Re: reindex force
Previous Message Bruce Momjian 2004-08-04 02:15:39 Re: TODO Items

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Stark 2004-08-04 03:25:47 Re: TODO Items
Previous Message Bruce Momjian 2004-08-04 02:15:39 Re: TODO Items