Bruce Momjian wrote:
> We already have --disable-rpath. Seems we would just need something
> to use the *.a files.
I think it is perfectly sufficient to say that if you want a relocatable
install, don't use rpath. Static linking will lead to all other kinds
of madness.
Also, some platforms offer relative rpaths. (Maybe Solaris is the only
one.) We could make use of that.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match