projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6ca21
)
Add missing include.
author
Peter Eisentraut
Sat, 20 Apr 2002 03:46:16 +0000
(
03:46
+0000)
committer
Peter Eisentraut
Sat, 20 Apr 2002 03:46:16 +0000
(
03:46
+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 8eb27c3a2788f3732c07fb5a5503aa8fec378135..15c275a082ddbf160ec29559b751344642d00747 100644
(file)
--- a/
src/interfaces/ecpg/test/test1.pgc
+++ b/
src/interfaces/ecpg/test/test1.pgc
@@
-1,3
+1,4
@@
+#include
#include
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);