diff options
author | Bruce Momjian | 2004-03-24 03:45:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-03-24 03:45:00 +0000 |
commit | 6daf396879b6502c41146cdb1013568654f52ff6 (patch) | |
tree | 03f6ea9f89a0d3528a8f4bed9d261f4ce406ee1e /doc/src | |
parent | fcfa2c790a5d8419540cbff4e0cc5930b4b64bf2 (diff) |
Add thread locking to SSL and Kerberos connections.
I have removed the docs mentioning that SSL and Kerberos are not
thread-safe.
Manfred Spraul
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4ac37439701..d4819c8b34e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.149 2004/03/23 23:37:17 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.150 2004/03/24 03:44:58 momjian Exp $ --> <chapter id="libpq"> @@ -3654,8 +3654,7 @@ call <function>fe_setauthsvc</function> at all. <literal>crypt()</literal> operating system function, which is often not thread-safe.<indexterm><primary>crypt</><secondary>thread safety</></> It is better to use the <literal>md5</literal> method, -which is thread-safe on all platforms. <application>SSL</> connections -and <application>kerberos</> authentication are also not thread-safe. +which is thread-safe on all platforms. </para> <para> |