From 6daf396879b6502c41146cdb1013568654f52ff6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Mar 2004 03:45:00 +0000 Subject: Add thread locking to SSL and Kerberos connections. I have removed the docs mentioning that SSL and Kerberos are not thread-safe. Manfred Spraul --- doc/src/sgml/libpq.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/src') 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 @@ @@ -3654,8 +3654,7 @@ call fe_setauthsvc at all. crypt() operating system function, which is often not thread-safe.cryptthread safety It is better to use the md5 method, -which is thread-safe on all platforms. SSL connections -and kerberos authentication are also not thread-safe. +which is thread-safe on all platforms. -- cgit v1.2.3