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
8fc0aa4c
Commit
8fc0aa4c
authored
Oct 13, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify causes of possible mismatch between Win32 libraries and
applications that use FILE pointers.
parent
165565cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+4
-2
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+4
-2
No files found.
doc/src/sgml/ecpg.sgml
View file @
8fc0aa4c
<!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
7 2005/09/25 03:12:13
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
8 2005/10/13 17:46:18
momjian Exp $
-->
<chapter id="ecpg">
...
...
@@ -1612,7 +1612,9 @@ ECPG = ecpg
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.
<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.
</para>
</note>
</listitem>
...
...
doc/src/sgml/libpq.sgml
View file @
8fc0aa4c
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.19
1 2005/09/25 03:12:13
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.19
2 2005/10/13 17:46:18
momjian Exp $
-->
<chapter id="libpq">
...
...
@@ -3520,7 +3520,9 @@ void PQtrace(PGconn *conn, FILE *stream);
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.
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.
</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