aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/libpq.sgml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index a88577c7b7c..ef9ad50ac60 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7739,14 +7739,6 @@ int PQisthreadsafe();
<application>libpq</application> source code for a way to do cooperative
locking between <application>libpq</application> and your application.
</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>