Rewording, use the more common multi-threaded/single-threaded.
authorBruce Momjian
Thu, 13 Oct 2005 17:55:18 +0000 (17:55 +0000)
committerBruce Momjian
Thu, 13 Oct 2005 17:55:18 +0000 (17:55 +0000)
doc/src/sgml/ecpg.sgml
doc/src/sgml/libpq.sgml

index 849c8efbe49cca658ad1196cc546440c031aa2d1..10386a67fba522533131162b8d661a037e768060 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1613,8 +1613,9 @@ ECPG = ecpg
     compiled with different flags, this function call will crash the 
     application because the internal representation of the 
     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.
     
     
    
index d05cf23e54e3a78f21cd32eac28fdf85b4d7227e..0c60eb68ec2c24425e0df568f40305b877f211e1 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -3520,9 +3520,9 @@ void PQtrace(PGconn *conn, FILE *stream);
 On Win32, if the libpq library and an application are
 compiled with different flags, this function call will crash the 
 application because the internal representation of the 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.