Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ccc0a132
Commit
ccc0a132
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Document why PQtrace and ecpg debug() can crash the application if the
DLL compiles to not match the application.
parent
d3419467
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ecpg.sgml
+8
-1
8 additions, 1 deletion
doc/src/sgml/ecpg.sgml
doc/src/sgml/libpq.sgml
+8
-1
8 additions, 1 deletion
doc/src/sgml/libpq.sgml
with
16 additions
and
2 deletions
doc/src/sgml/ecpg.sgml
+
8
−
1
View file @
ccc0a132
<!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
5
2005/0
7/14 06:17:35 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.6
6
2005/0
9/25 03:06:41 momjian
Exp $
-->
<chapter id="ecpg">
...
...
@@ -1607,6 +1607,13 @@ ECPG = ecpg
useful when searching for errors in your <acronym>SQL</acronym>
statements.
</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.
</para>
</note>
</listitem>
<listitem>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/libpq.sgml
+
8
−
1
View file @
ccc0a132
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.1
8
9 2005/0
8/14 22:19:49 petere
Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.19
0
2005/0
9/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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment