projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe74fa
)
It seems I always forget .in files.
author
Michael Meskes
Tue, 14 Aug 2007 10:56:20 +0000
(10:56 +0000)
committer
Michael Meskes
Tue, 14 Aug 2007 10:56:20 +0000
(10:56 +0000)
src/interfaces/ecpg/test/expected/connect-test1.c.in
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/test/expected/connect-test1.c.in
b/src/interfaces/ecpg/test/expected/connect-test1.c.in
index 0c7bacd5dbe1dd931d520849d13e8d87e23d100f..a05cad92f5a6b8e452f2ce861837baee43e17a92 100644
(file)
--- a/
src/interfaces/ecpg/test/expected/connect-test1.c.in
+++ b/
src/interfaces/ecpg/test/expected/connect-test1.c.in
@@
-40,7
+40,7
@@
main(void)
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); }
#line 22 "test1.pgc"
- { ECPGdo(__LINE__, 0, 1, NULL, 0,
0
, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
+ { ECPGdo(__LINE__, 0, 1, NULL, 0,
ECPGst_normal
, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
#line 23 "test1.pgc"
{ ECPGdisconnect(__LINE__, "CURRENT");}