I have applied the following patch to document PQinitSSL() and
Bruce Momjian <bruce@momjian.us>
I have applied the following patch to document PQinitSSL() and PQregisterThreadLock(). I also remove the crypt() mention in the libpq threading section and added a single sentence in the client-auth manual page under crypt(). Crypt authentication is so old now that a separate paragraph about it seemed unwise. I also added a comment about our use of locking around pqGetpwuid().
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +2 −1 |
| doc/src/sgml/libpq.sgml | modified | +16 −7 |
| src/interfaces/libpq/fe-auth.c | modified | +11 −1 |
| src/interfaces/libpq/fe-secure.c | modified | +3 −3 |