diff options
author | Michael Meskes <meskes@postgresql.org> | 2007-08-14 10:56:20 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2007-08-14 10:56:20 +0000 |
commit | 818790591396d79c68c85ec4f32834f8c522eefe (patch) | |
tree | ebf1a23b4301bf0acb6a82e364a69a831fd1ea6d /src | |
parent | cbe74fafe5a913366dc9aa7757194c90f0ebc452 (diff) | |
download | postgresql-818790591396d79c68c85ec4f32834f8c522eefe.tar.gz postgresql-818790591396d79c68c85ec4f32834f8c522eefe.zip |
It seems I always forget .in files.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/test/expected/connect-test1.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test1.c.in b/src/interfaces/ecpg/test/expected/connect-test1.c.in index 0c7bacd5dbe..a05cad92f5a 100644 --- 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");} |