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
f5dd5bf2
Commit
f5dd5bf2
authored
Apr 24, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention to run thread test program if user is experiencing problems
with threaded applications.
parent
f6646efa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+12
-2
No files found.
doc/src/sgml/libpq.sgml
View file @
f5dd5bf2
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
1 2004/04/20 01:11:49
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
2 2004/04/24 00:14:28
momjian Exp $
-->
<chapter id="libpq">
...
...
@@ -3623,7 +3623,9 @@ If the permissions are less strict than this, the file will be ignored.
addition, you might need to use additional compiler command-line
options when you compile your application code. Refer to your
system's documentation for information about how to build
thread-enabled applications.
thread-enabled applications, or look in
<filename>src/Makefile.global</filename> for <literal>PTHREAD_CFLAGS</>
and <literal>PTHREAD_LIBS</>.
</para>
<para>
...
...
@@ -3674,6 +3676,14 @@ its own <literal>SIGPIPE</> signal handler, it should call
<literal>SIGPIPE</> signal. This function is available in both
thread-safe and non-thread-safe versions of <application>libpq</>.
</para>
<para>
If you experience problems with threaded applications, run
the program in <filename>src/tools/thread</> to see if your
platform has thread-unsafe functions. This program is run
by <filename>configure</filename>, but for binary distributions
your library might not match the library used to build the binaries.
</para>
</sect1>
...
...
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