]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
docs: remove reference to src/tools/thread
authorBruce Momjian <bruce@momjian.us>
Tue, 27 Oct 2020 16:43:11 +0000 (12:43 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 27 Oct 2020 16:43:11 +0000 (12:43 -0400)
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

doc/src/sgml/libpq.sgml

index 440b0e5877004668118797e9502058c58274d9fe..2c32cbd567658261fd93b9867c865e53560ced64 100644 (file)
@@ -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>