From bd95e2159424fc41cd622cc684507ca5b04a034f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 23 Jul 2003 17:27:28 +0000 Subject: Rename --with-threads to --enable-thread-safeness, per Peter. --- doc/src/sgml/ecpg.sgml | 4 ++-- doc/src/sgml/installation.sgml | 4 ++-- doc/src/sgml/libpq.sgml | 9 +++++---- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index d1d36db188d..702aab0eda4 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -751,7 +751,7 @@ EXEC SQL INCLUDE filename; ecpg is thread-safe if it is compiled using - the --with-threads configure + the --enable-thread-safeness configure command-line option. (You might need to use other threading command-line options to compile your client code.) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e5d78e7ad83..0d2af9aba1f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -915,7 +915,7 @@ JAVACMD=$JAVA_HOME/bin/java </varlistentry> <varlistentry> - <term><option>--with-threads</option></term> + <term><option>--enable-thread-safeness</option></term> <listitem> <para> Allow separate libpq and ecpg threads to safely control their diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ce70d6eb6be..fa2db652b26 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.127 2003/06/27 19:08:37 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.128 2003/07/23 17:27:28 momjian Exp $ --> <chapter id="libpq"> @@ -3268,9 +3268,10 @@ If the permissions are less strict than this, the file will be ignored. <para> <application>libpq</application> is thread-safe if the library is -compiled using <filename>configure</filename>'s <literal>--with-threads</> -command-line option. (In addition, you might need to -use other threading command-line options to compile your client code.) +compiled using <filename>configure</filename>'s +<literal>--enable-thread-safeness</> command-line option. +(In addition, you might need to use other threading command-line +options to compile your client code.) </para> <para> -- cgit v1.2.3