Jason Testart <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Try adjusting 'rpathdir' in src/Makefile.global (post-configure), instead.
> That also seems to have the positive effect of getting libpq.so to find
> the shared objects that it depends on. So is the fact that I need to
> edit src/Makefile.global after I run configure mean that I found a bug? ;-)
Seems more like a feature request: there should be a way to override
rpathdir from a configure switch. We already have an enable-rpath
switch, but it's just a boolean. Maybe allow
configure --enable-rpath=PATH
?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match