diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-13 17:55:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-13 17:55:18 +0000 |
commit | 6d62338d5ef334b0f483db7f16d5ca625dde0b16 (patch) | |
tree | 8f0b55b47d614be4e08f4fa47de2238e8f8f64bb /doc/src | |
parent | 8fc0aa4ccaec0147771b055782ba4d8f752c3c76 (diff) | |
download | postgresql-6d62338d5ef334b0f483db7f16d5ca625dde0b16.tar.gz postgresql-6d62338d5ef334b0f483db7f16d5ca625dde0b16.zip |
Rewording, use the more common multi-threaded/single-threaded.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/libpq.sgml | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 849c8efbe49..10386a67fba 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -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"> @@ -1613,8 +1613,9 @@ ECPG = ecpg compiled with different flags, this function call will crash the application because the internal representation of the <literal>FILE</> pointers differ. Specifically, - threading/non-threading, release/debug, and static/dynamic flags should - be the same for the library and all applications using that library. + multi-threaded/single-threaded, release/debug, and static/dynamic + flags should be the same for the library and all applications using + that library. </para> </note> </listitem> diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index d05cf23e54e..0c60eb68ec2 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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"> @@ -3520,9 +3520,9 @@ void PQtrace(PGconn *conn, FILE *stream); On Win32, if the <application>libpq</> library and an application are compiled with different flags, this function call will crash the application because the internal representation of the <literal>FILE</> -pointers differ. Specifically, threading/non-threading, release/debug, and -static/dynamic flags should be the same for the library and all applications -using that library. +pointers differ. Specifically, multi-threaded/single-threaded, +release/debug, and static/dynamic flags should be the same for the +library and all applications using that library. </para> </note> </listitem> |