I have applied the following patch to document PQinitSSL() and

Bruce Momjian <bruce@momjian.us>

Commit: 819159709fe15e9270731a31b99d9767f499336c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-10-24T15:38:37Z
Releases: 8.1.0
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

PathChange+/−
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