diff options
Diffstat (limited to 'doc/src/sgml/ecpg.sgml')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 7 |
1 files changed, 4 insertions, 3 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> |