Add PQisthreadsafe() to libpq, to allow library applications to query

Bruce Momjian <bruce@momjian.us>

Commit: c1d4551ae1d63cfbff5db7b5fdec94f0357dff7b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-05-23T22:13:19Z
Releases: 8.2.0
Add PQisthreadsafe() to libpq, to allow library applications to query
the thread-safety status of the library.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +24 −3
src/interfaces/libpq/exports.txt modified +3 −1
src/interfaces/libpq/fe-exec.c modified +13 −1
src/interfaces/libpq/libpq-fe.h modified +2 −1