Rewording, use the more common multi-threaded/single-threaded.

This commit is contained in:
Bruce Momjian 2005-10-13 17:55:18 +00:00
parent 8fc0aa4cca
commit 6d62338d5e
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.68 2005/10/13 17:46:18 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.69 2005/10/13 17:55:18 momjian Exp $
--> -->
<chapter id="ecpg"> <chapter id="ecpg">
@ -1613,8 +1613,9 @@ ECPG = ecpg
compiled with different flags, this function call will crash the compiled with different flags, this function call will crash the
application because the internal representation of the application because the internal representation of the
<literal>FILE</> pointers differ. Specifically, <literal>FILE</> pointers differ. Specifically,
threading/non-threading, release/debug, and static/dynamic flags should multi-threaded/single-threaded, release/debug, and static/dynamic
be the same for the library and all applications using that library. flags should be the same for the library and all applications using
that library.
</para> </para>
</note> </note>
</listitem> </listitem>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.192 2005/10/13 17:46:18 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.193 2005/10/13 17:55:18 momjian Exp $
--> -->
<chapter id="libpq"> <chapter id="libpq">
@ -3520,9 +3520,9 @@ void PQtrace(PGconn *conn, FILE *stream);
On Win32, if the <application>libpq</> library and an application are On Win32, if the <application>libpq</> library and an application are
compiled with different flags, this function call will crash the compiled with different flags, this function call will crash the
application because the internal representation of the <literal>FILE</> application because the internal representation of the <literal>FILE</>
pointers differ. Specifically, threading/non-threading, release/debug, and pointers differ. Specifically, multi-threaded/single-threaded,
static/dynamic flags should be the same for the library and all applications release/debug, and static/dynamic flags should be the same for the
using that library. library and all applications using that library.
</para> </para>
</note> </note>
</listitem> </listitem>