Re: pgxs default installation + various fixes

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pgxs default installation + various fixes
Date: 2004-09-02 12:31:14
Message-ID: Pine.LNX.4.58.0409021415150.28337@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Dear Peter,

> > (2) "make light-install" does not install pgxs and server dev stuff.
> > this is the previous version of "make install".
>
> If we do that, we should remove install-all-headers. It's very confusing
> otherwise.
>
> > This target maybe of interest of packagers.
>
> This I don't understand.

I meant: "This target may be of interest for packagers", sorry for my poor
English writing and typing skills.

This is to take into account Tom's view that distributions are often split
with a separate "dev" package for developpements. For instance under
Debian there are: postgresql, postgresql-client, postgresql-dev,
postgresql-doc... So this target would help checking what files belong to
what part of such split installation for the package maintainer. I guess
that could possibly help administrators that would like to install a
small-footprint database.

Now, if everyone agree that having a distinct installation for server
headers and other stuff is useless, then indeed we can just keep the
install target and drop "install-all-headers" altogether, I agree with
you. That would indeed simplify the patch and the various makefiles,
and be less confusing.

If there is a consensus, I can remove both "light-install" and "install
-all-headers" targets in another submission.

Have a nice day,

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-09-02 12:39:25 Re: pgxs default installation + various fixes
Previous Message Peter Eisentraut 2004-09-02 12:12:43 Re: Thesis on PostgreSQL

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2004-09-02 12:39:25 Re: pgxs default installation + various fixes
Previous Message Peter Eisentraut 2004-09-02 12:10:13 Re: pgxs default installation + various fixes