Re: Problem with dblink regression test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with dblink regression test
Date
Msg-id 18262.1119459159@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with dblink regression test  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: Problem with dblink regression test
List pgsql-hackers
"Jim C. Nasby" <decibel@decibel.org> writes:
> Is there a way to confirm which libpq.so psql and/or dblink.so has
> linked to? Are there any other tests I could run to shed some light on
> this?

On Linux you use "ldd" to find out what the linker will do with
dependencies of an executable or shared library.  I don't recall the
equivalent incantation on FreeBSD or OS X but I'm sure there is one.

Note that this is very likely to depend on environment (eg
LD_LIBRARY_PATH) so make sure you do it in the same environment the
buildfarm test has.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: commit_delay, siblings
Next
From: Tom Lane
Date:
Subject: Re: commit_delay, siblings