Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f5dd5bf2
Commit
f5dd5bf2
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add mention to run thread test program if user is experiencing problems
with threaded applications.
parent
f6646efa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/libpq.sgml
+12
-2
12 additions, 2 deletions
doc/src/sgml/libpq.sgml
with
12 additions
and
2 deletions
doc/src/sgml/libpq.sgml
+
12
−
2
View file @
f5dd5bf2
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
1
2004/04/2
0
0
1
:1
1:49
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.15
2
2004/04/2
4
0
0
:1
4: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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment