BUG #1149: server includes not installed by default

Lists: pgsql-bugs
From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1149: server includes not installed by default
Date: 2004-05-11 09:00:55
Message-ID: 20040511090055.05C73CF67B8@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1149
Logged by: Fabien COELHO

Email address: coelho(at)cri(dot)ensmp(dot)fr

PostgreSQL version: 7.5 Dev

Operating system: Linux Debian

Description: server includes not installed by default

Details:

It seems that server include files are not installed
by default. This is quite annoying when one is trying
to develop modules that would need these headers
in order to compile...

Apache modules for instance do not require to have
the full sources to compile. All necessary includes
are installed and the apxs script contains all necessary settings (compiler,
linker...).

repeat:

sh> pg_config --includedir-server
/usr/local/pg750a/include/postgresql/server

sh> ls /usr/local/pg750a/include/postgresql/server
ls: /usr/local/pg750a/include/postgresql/server: No
such file or directory

I looked into the installed directories and could not
find the includes elsewhere.


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Fabien COELHO" <coelho(at)cri(dot)ensmp(dot)fr>, "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1149: server includes not installed by default
Date: 2004-05-12 07:17:30
Message-ID: 200405120917.31153.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

PostgreSQL Bugs List wrote:
> Description: server includes not installed by default

make install-all-headers


From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1149: server includes not installed by default
Date: 2004-05-12 13:41:48
Message-ID: Pine.LNX.4.58.0405121450150.3857@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg사설 토토 사이트SQL : Postg사설 토토 사이트SQL 메일 링리스트 : 2004-05-12 이후 PGSQL-BUGS 13:41


Dear Peter,

> > Description: server includes not installed by default
>
> make install-all-headers

Good, but not enough?

I still argue that it should be done "by default", so that "extensions"
can be sure to find it. You cannot ask for the installer to reinstall if
s?he forgot it...

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


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1149: server includes not installed by default
Date: 2004-05-12 14:58:04
Message-ID: 200405121658.04078.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Am Mittwoch, 12. Mai 2004 15:41 schrieb Fabien COELHO:
> > make install-all-headers
>
> Good, but not enough?
>
> I still argue that it should be done "by default"

I agree, but this is not a bug, it is a deliberate design decision. If you
want to change it, argue about it on -hackers.


From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1149: server includes not installed by default
Date: 2004-05-12 15:23:05
Message-ID: Pine.LNX.4.58.0405121716030.3857@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


Dear Peter,

> > > make install-all-headers
> > I still argue that it should be done "by default"
> I agree, but this is not a bug, it is a deliberate design decision.

Well, isn't feature just another name for bugs? ;-)

> If you want to change it, argue about it on -hackers.

Ok. Thanks.

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