projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37cfb04
)
Include stdio.h and stdlib.h for completeness.
author
Thomas G. Lockhart
Sun, 21 Apr 2002 19:51:44 +0000
(19:51 +0000)
committer
Thomas G. Lockhart
Sun, 21 Apr 2002 19:51:44 +0000
(19:51 +0000)
src/interfaces/ecpg/test/test1.pgc
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/test/test1.pgc
b/src/interfaces/ecpg/test/test1.pgc
index 15c275a082ddbf160ec29559b751344642d00747..78771d944d51b8a86fda7179814ec91a0f5f143d 100644
(file)
--- a/
src/interfaces/ecpg/test/test1.pgc
+++ b/
src/interfaces/ecpg/test/test1.pgc
@@
-1,5
+1,7
@@
#include
#include
+#include
+#include
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
exec sql whenever sqlwarning do warn();