File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.146 2004/01/26 22:13:21 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.147 2004/03/11 02:39:10 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="libpq">
@@ -3630,7 +3630,8 @@ call <function>fe_setauthsvc</function> at all.
3630
3630
<literal>crypt()</literal> operating system function, which is often
3631
3631
not thread-safe.<indexterm><primary>crypt</><secondary>thread
3632
3632
safety</></> It is better to use the <literal>md5</literal> method,
3633
- which is thread-safe on all platforms.
3633
+ which is thread-safe on all platforms. <application>SSL</> connections
3634
+ and <application>kerberos</> authentication are also not thread-safe.
3634
3635
</para>
3635
3636
3636
3637
<para>
@@ -3645,7 +3646,7 @@ completion. When <literal>--enable-thread-safety</> is used,
3645
3646
before the first database connection if no custom <literal>SIGPIPE</>
3646
3647
handler has been installed previously. This handler uses thread-local
3647
3648
storage to determine if a <literal>SIGPIPE</> signal has been generated
3648
- by an internal <function>send()</>. If an application wants to install
3649
+ by a libpq <function>send()</>. If an application wants to install
3649
3650
its own <literal>SIGPIPE</> signal handler, it should call
3650
3651
<function>PQinSend()</> to determine if it should ignore the
3651
3652
<literal>SIGPIPE</> signal. This function is available in both
You can’t perform that action at this time.
0 commit comments