diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-10-27 12:43:11 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-10-27 12:43:11 -0400 |
commit | 4066b642909176aede03b6c64d29734ce2a34716 (patch) | |
tree | a926a116b3f0993e915750a6aa79bdd830096705 | |
parent | 0525572860335d050a1bea194a5278c8833304d1 (diff) | |
download | postgresql-4066b642909176aede03b6c64d29734ce2a34716.tar.gz postgresql-4066b642909176aede03b6c64d29734ce2a34716.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.sgml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index de60281fcb4..9ce32fb39b5 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -8052,14 +8052,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> |