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
commitd04c4a8f7066bdac71d012fa868ba9d84538632e (patch)
tree052f4e467ef0ecbb824b5a20c94f6e2aad918129
parenta645c08838d6d4ae55ac4df57cfd91f0b9e4f812 (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 1513484e7d0..4e1372f7898 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -8045,14 +8045,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>