Re: Problem with dblink regression test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, mail(at)joeconway(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with dblink regression test
Date: 2005-06-22 16:52:39
Message-ID: 18262.1119459159@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Jim C. Nasby" <decibel(at)decibel(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-22 17:35:43 Re: commit_delay, siblings
Previous Message Josh Berkus 2005-06-22 16:48:21 commit_delay, siblings

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2005-06-22 17:53:21 Re: pl/pgsql: END verbosity
Previous Message Tom Lane 2005-06-22 16:48:05 Re: plperl validator function