diff options
Diffstat (limited to 'doc/src/sgml/libpq.sgml')
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7f9bc97b0d..c788386f6a 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.189 2005/08/14 22:19:49 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.190 2005/09/25 03:06:41 momjian Exp $ --> <chapter id="libpq"> @@ -3515,6 +3515,13 @@ affect the messages available from already-existing void PQtrace(PGconn *conn, FILE *stream); </synopsis> </para> +<note> +<para> +On Win32, if the <application>libpq</> library and application are compiled with +different flags, this function call will crash the application because the +internal representation of the <literal>FILE</> pointers differ. +</para> +</note> </listitem> </varlistentry> |
