Add PQisthreadsafe() to libpq, to allow library applications to query
Bruce Momjian <bruce@momjian.us>
Add PQisthreadsafe() to libpq, to allow library applications to query the thread-safety status of the library.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |