Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0f8c4bc4
Commit
0f8c4bc4
authored
Mar 11, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the SSL and Kerberos are not thread-safe.
parent
e2ded829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+4
-3
No files found.
doc/src/sgml/libpq.sgml
View file @
0f8c4bc4
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.14
6 2004/01/26 22:13:21 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.14
7 2004/03/11 02:39:10 momjian
Exp $
-->
<chapter id="libpq">
...
...
@@ -3630,7 +3630,8 @@ 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.
which is thread-safe on all platforms. <application>SSL</> connections
and <application>kerberos</> authentication are also not thread-safe.
</para>
<para>
...
...
@@ -3645,7 +3646,7 @@ completion. When <literal>--enable-thread-safety</> is used,
before the first database connection if no custom <literal>SIGPIPE</>
handler has been installed previously. This handler uses thread-local
storage to determine if a <literal>SIGPIPE</> signal has been generated
by a
n internal
<function>send()</>. If an application wants to install
by a
libpq
<function>send()</>. If an application wants to install
its own <literal>SIGPIPE</> signal handler, it should call
<function>PQinSend()</> to determine if it should ignore the
<literal>SIGPIPE</> signal. This function is available in both
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment