Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f8c4bc

Browse files
committed
Document the SSL and Kerberos are not thread-safe.
1 parente2ded82 commit0f8c4bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="libpq">
@@ -3630,7 +3630,8 @@ call <function>fe_setauthsvc</function> at all.
36303630
<literal>crypt()</literal> operating system function, which is often
36313631
not thread-safe.<indexterm><primary>crypt</><secondary>thread
36323632
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.
36343635
</para>
36353636

36363637
<para>
@@ -3645,7 +3646,7 @@ completion. When <literal>--enable-thread-safety</> is used,
36453646
before the first database connection if no custom <literal>SIGPIPE</>
36463647
handler has been installed previously. This handler uses thread-local
36473648
storage to determine if a <literal>SIGPIPE</> signal has been generated
3648-
byan internal <function>send()</>. If an application wants to install
3649+
bya libpq <function>send()</>. If an application wants to install
36493650
its own <literal>SIGPIPE</> signal handler, it should call
36503651
<function>PQinSend()</> to determine if it should ignore the
36513652
<literal>SIGPIPE</> signal. This function is available in both

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp