Add thread locking to SSL and Kerberos connections.
Bruce Momjian <bruce@momjian.us>
Add thread locking to SSL and Kerberos connections. I have removed the docs mentioning that SSL and Kerberos are not thread-safe. Manfred Spraul
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +2 −3 |
| src/backend/libpq/md5.c | modified | +2 −2 |
| src/interfaces/libpq/fe-auth.c | modified | +9 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +43 −2 |
| src/interfaces/libpq/fe-secure.c | modified | +139 −36 |
| src/interfaces/libpq/libpq-fe.h | modified | +15 −1 |
| src/interfaces/libpq/libpq-int.h | modified | +12 −1 |