summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/connect-test3.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-08-04 08:52:18 +0000
committerMichael Meskes <meskes@postgresql.org>2006-08-04 08:52:18 +0000
commit3ceaa97b3c6a17017bcfda35daa9c63993101de8 (patch)
treee28972e78afa4e4e5fa19604abcf478e93509f1c /src/interfaces/ecpg/test/expected/connect-test3.c
parenta83437fcfd4d36876a8576313b7f945a86ab0242 (diff)
downloadpostgresql-3ceaa97b3c6a17017bcfda35daa9c63993101de8.tar.gz
Regression test updates and fixes
Diffstat (limited to 'src/interfaces/ecpg/test/expected/connect-test3.c')
-rw-r--r--src/interfaces/ecpg/test/expected/connect-test3.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test3.c b/src/interfaces/ecpg/test/expected/connect-test3.c
index 197b1eb977..62a3cd6809 100644
--- a/src/interfaces/ecpg/test/expected/connect-test3.c
+++ b/src/interfaces/ecpg/test/expected/connect-test3.c
@@ -16,7 +16,16 @@
#include <stdlib.h>
#include <stdio.h>
-/* do not include regression.h */
+
+#line 1 "./../regression.h"
+
+
+
+
+
+
+#line 10 "test3.pgc"
+
int
main(void)
@@ -40,7 +49,7 @@ main(void)
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL,NULL , id, 0); }
#line 23 "test3.pgc"
- { ECPGconnect(__LINE__, 0, "regress1@localhost" , NULL,NULL , "second", 0); }
+ { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "second", 0); }
#line 24 "test3.pgc"
@@ -61,7 +70,7 @@ main(void)
#line 31 "test3.pgc"
- { ECPGconnect(__LINE__, 0, "regress1@localhost" , NULL,NULL , "second", 0); }
+ { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "second", 0); }
#line 33 "test3.pgc"
/* will close "second" */
@@ -69,7 +78,7 @@ main(void)
#line 35 "test3.pgc"
- { ECPGconnect(__LINE__, 0, "regress1@localhost" , NULL,NULL , "second", 0); }
+ { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "second", 0); }
#line 37 "test3.pgc"
{ ECPGdisconnect(__LINE__, "ALL");}