Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
dd102d36
Commit
dd102d36
authored
Sep 25, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wording cleanup.
parent
ccc0a132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+5
-4
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+5
-4
No files found.
doc/src/sgml/ecpg.sgml
View file @
dd102d36
<!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
6 2005/09/25 03:06:41
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
7 2005/09/25 03:12:13
momjian Exp $
-->
<chapter id="ecpg">
...
...
@@ -1609,9 +1609,10 @@ ECPG = ecpg
</para>
<note>
<para>
On Win32, if the <application>ecpg</> libraries and application are compiled with
different flags, this function call will crash the application because the
internal representation of the <literal>FILE</> pointers differ.
On Win32, if the <application>ecpg</> libraries and an 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>
...
...
doc/src/sgml/libpq.sgml
View file @
dd102d36
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.19
0 2005/09/25 03:06:41
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.19
1 2005/09/25 03:12:13
momjian Exp $
-->
<chapter id="libpq">
...
...
@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream);
</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.
On Win32, if the <application>libpq</> library and an 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment