aboutsummaryrefslogtreecommitdiff
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
commit1e57c73779cf67e4bef1b7145d2cf1ba30921c5b (patch)
tree91b2f19c56f8f431ed5ff1b2f94a3c8fa8f8af51
parent3b897642314fdb31a202ba7749eb45a5f439e79e (diff)
downloadpostgresql-1e57c73779cf67e4bef1b7145d2cf1ba30921c5b.tar.gz
postgresql-1e57c73779cf67e4bef1b7145d2cf1ba30921c5b.zip
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 440b0e58770..2c32cbd5676 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -8210,14 +8210,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</filename> 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>