Thread: Querying libpq compile time options

Querying libpq compile time options

From
Date:
Hi all

I am writing an app that uses libpq, but because it is threaded I want to make sure that the dynamic library being used has been compiled with the right option.
How do I do this?

Is there a call such as "bool PQisThreadSafe()" that I can call?

Thanks

Nicolas