summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/connect-test1.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-09-03 12:24:08 +0000
committerMichael Meskes <meskes@postgresql.org>2006-09-03 12:24:08 +0000
commit246bd83811e989bce7c1daf41bdff39ba133a913 (patch)
tree9207439c469c44c023ac0dbe7f6c9354fd30b0a8 /src/interfaces/ecpg/test/expected/connect-test1.c
parentfc51c9186a095581beb40d0a46ee13ffb1f99211 (diff)
downloadpostgresql-246bd83811e989bce7c1daf41bdff39ba133a913.tar.gz
Synced parser.
Added another regression test and fixed tcp test.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/connect-test1.c')
-rw-r--r--src/interfaces/ecpg/test/expected/connect-test1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test1.c b/src/interfaces/ecpg/test/expected/connect-test1.c
index 61119dd6fd..9ae85bff6d 100644
--- a/src/interfaces/ecpg/test/expected/connect-test1.c
+++ b/src/interfaces/ecpg/test/expected/connect-test1.c
@@ -56,7 +56,7 @@ main(void)
#line 27 "test1.pgc"
- { ECPGconnect(__LINE__, 0, "@localhost" , NULL,NULL , "main", 0); }
+ { ECPGconnect(__LINE__, 0, "@localhost" , "connectdb" , NULL , "main", 0); }
#line 29 "test1.pgc"
{ ECPGdisconnect(__LINE__, "main");}
@@ -70,7 +70,7 @@ main(void)
#line 33 "test1.pgc"
- { ECPGconnect(__LINE__, 0, "@localhost:55432" , NULL,NULL , "main", 0); }
+ { ECPGconnect(__LINE__, 0, "@localhost:55432" , "connectdb" , NULL , "main", 0); }
#line 35 "test1.pgc"
{ ECPGdisconnect(__LINE__, "main");}
@@ -84,7 +84,7 @@ main(void)
#line 39 "test1.pgc"
- { ECPGconnect(__LINE__, 0, ":55432" , NULL,NULL , "main", 0); }
+ { ECPGconnect(__LINE__, 0, ":55432" , "connectdb" , NULL , "main", 0); }
#line 41 "test1.pgc"
{ ECPGdisconnect(__LINE__, "main");}