Re: development setup and libdir - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: development setup and libdir
Date
Msg-id 4B64CDFC.3030609@timbira.com
Whole thread Raw
In response to Re: development setup and libdir  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Responses Re: development setup and libdir
List pgsql-hackers
Ivan Sergio Borgonovo escreveu:
> That's pretty expensive.
> 
Ugh?

> I mean... I just would like my .so end up with the expected name
> somewhere else.
It's just two command lines [1].

> Wouldn't it be better if make install could install stuff where I
> ask so I could put modules in different places *even* for the same
> installation of postgres?
Why do you want to mess your installation? Besides, you will need to add the
install path in dynamic_library_path and or the absolute path to your CREATE
FUNCTION script. Man, that's too much work for a packager! Of course, you can
always build on your way; that's up to you.

> I mean... what's so weird about being able to develop postgres
> modules without requiring people build the whole postgresql or
> switching back and forward from root?
> 
Ugh? You don't need root; I mean, you can always set absolute path or even the
dynamic_library_path [2] parameter.


[1] http://www.postgresql.org/docs/8.4/static/xfunc-c.html#DFUNC
[2]
http://www.postgresql.org/docs/8.4/static/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: James William Pye
Date:
Subject: Re: development setup and libdir
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: development setup and libdir