File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.66 2005/09/25 03:06:41 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.67 2005/09/25 03:12:13 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="ecpg">
@@ -1609,9 +1609,10 @@ ECPG = ecpg
1609
1609
</para>
1610
1610
<note>
1611
1611
<para>
1612
- On Win32, if the <application>ecpg</> libraries and application are compiled with
1613
- different flags, this function call will crash the application because the
1614
- internal representation of the <literal>FILE</> pointers differ.
1612
+ On Win32, if the <application>ecpg</> libraries and an application are
1613
+ compiled with different flags, this function call will crash the
1614
+ application because the internal representation of the
1615
+ <literal>FILE</> pointers differ.
1615
1616
</para>
1616
1617
</note>
1617
1618
</listitem>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.190 2005/09/25 03:06:41 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.191 2005/09/25 03:12:13 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="libpq">
@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream);
3517
3517
</para>
3518
3518
<note>
3519
3519
<para>
3520
- On Win32, if the <application>libpq</> library and application are compiled with
3521
- different flags, this function call will crash the application because the
3522
- internal representation of the <literal>FILE</> pointers differ.
3520
+ On Win32, if the <application>libpq</> library and an application are
3521
+ compiled with different flags, this function call will crash the
3522
+ application because the internal representation of the <literal>FILE</>
3523
+ pointers differ.
3523
3524
</para>
3524
3525
</note>
3525
3526
</listitem>
You can’t perform that action at this time.
0 commit comments