summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-10-27 12:43:11 -0400
committerBruce Momjian <bruce@momjian.us>2020-10-27 12:43:11 -0400
commit67b3c3b8c4cbe31d51bc7f68162054f2f33b185a (patch)
treebacc3ef7ea4e5e315138d37a81744b0d0f565803
parent58947869528dad323196bf79bd0b08c52c5e33c5 (diff)
docs: remove reference to src/tools/thread
This directory and the ability to build the thread test independently were removed in commit 8a2121185b. Reported-by: e.indrupskaya@postgrespro.ru Discussion: https://postgr.es/m/160379609706.24746.7506163279454026608@wrigleys.postgresql.org Backpatch-through: 9.5
-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 2d7792d8bb9..e2aa320772b 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7846,14 +7846,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>