On 2011-10-17, at 4:23 PM, Tom Lane wrote:
>
> Hm, is there a libpq dylib in /usr/lib? If so, maybe it's capturing the
> reference? "otool -L main" would be informative about which dylib is
> actually getting called, I think. If it's not what you expected, the
> lack of a -L switch in your link
David McKeone writes:
> I've been getting acquainted with the C interface for libpq and have run into
> an issue with trying to link to the dynamic libpq while still getting thread
> safety. I have tried the following by compiling the 9.1 source with the
> --enable-thread-safety flag and I've
Hello,
I've been getting acquainted with the C interface for libpq and have run into
an issue with trying to link to the dynamic libpq while still getting thread
safety. I have tried the following by compiling the 9.1 source with the
--enable-thread-safety flag and I've tried the libpq librari