Index: doc/src/sgml/ecpg.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v retrieving revision 1.67 diff -c -c -r1.67 ecpg.sgml *** doc/src/sgml/ecpg.sgml 25 Sep 2005 03:12:13 -0000 1.67 --- doc/src/sgml/ecpg.sgml 13 Oct 2005 17:45:12 -0000 *************** *** 1612,1618 **** On Win32, if the ecpg libraries and an application are compiled with different flags, this function call will crash the application because the internal representation of the ! FILE pointers differ. --- 1612,1620 ---- On Win32, if the ecpg libraries 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. Index: doc/src/sgml/libpq.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v retrieving revision 1.191 diff -c -c -r1.191 libpq.sgml *** doc/src/sgml/libpq.sgml 25 Sep 2005 03:12:13 -0000 1.191 --- doc/src/sgml/libpq.sgml 13 Oct 2005 17:45:15 -0000 *************** *** 3520,3526 **** 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. --- 3520,3528 ---- 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.