diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e9d797417ad..ac8eee47c66 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1306,19 +1306,6 @@ build-postgresql: </listitem> </varlistentry> - <varlistentry id="configure-option-disable-thread-safety"> - <term><option>--disable-thread-safety</option></term> - <listitem> - <para> - Disable the thread-safety of client libraries. This prevents - concurrent threads in <application>libpq</application> and - <application>ECPG</application> programs from safely controlling - their private connection handles. Use this only on platforms - with deficient threading support. - </para> - </listitem> - </varlistentry> - </variablelist> </sect3> |