projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c784a
)
EXECUTE can return NOT FOUND so it should be checked here too.
author
Michael Meskes
<
[email protected]
>
Thu, 14 Feb 2008 14:57:29 +0000
(14:57 +0000)
committer
Michael Meskes
<
[email protected]
>
Thu, 14 Feb 2008 14:57:29 +0000
(14:57 +0000)
src/interfaces/ecpg/preproc/preproc.y
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/preproc.y
b/src/interfaces/ecpg/preproc/preproc.y
index d3d0d691261ce4cf46b16abd33cbcdbc0f718e88..f341ad558c757a22485826ebcba3f31e536c54d5 100644
(file)
--- a/
src/interfaces/ecpg/preproc/preproc.y
+++ b/
src/interfaces/ecpg/preproc/preproc.y
@@
-815,7
+815,7
@@
stmt: AlterDatabaseStmt { output_statement($1, 0, connection); }
}
| ECPGExecute
{
- output_statement($1,
0
, connection);
+ output_statement($1,
1
, connection);
}
| ECPGFree
{