On Thu, 7 Aug 2003 09:49 am, Tom Lane wrote: > People > running on such a platform are certainly not going to care whether libpq > is thread-safe or not.
Precisely. If your application on that platform can't start multiple threads of execution, it's a moot point whether the DB interface on that platform is thread-safe. It'll never get multiple threads running through it anyway. Regards, Philip Yarra. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html