Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit839fcc9

Browse files
author
Michael Meskes
committed
Applied patch by Joachim to enable checktcp again
1 parentbd06ab2 commit839fcc9

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed

‎src/interfaces/ecpg/test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.70 2007/06/12 15:00:41 alvherre Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.71 2007/06/15 08:23:52 meskes Exp $
22

33
subdir = src/interfaces/ecpg/test
44
top_builddir = ../../../..
@@ -92,7 +92,7 @@ check: all
9292

9393
# the same options, but with --listen-on-tcp
9494
checktcp: all
95-
./pg_regress --dbname=regress1,connectdb --top-builddir=$(top_builddir) --temp-install=./tmp_check --temp-port=$(TEMP_PORT) --multibyte=$(MULTIBYTE) --load-language=plpgsql$(NOLOCALE)$(THREAD) --schedule=$(srcdir)/ecpg_schedule --create-role=connectuser,connectdb --host=localhost
95+
./pg_regress --dbname=regress1,connectdb --top-builddir=$(top_builddir) --temp-install=./tmp_check --temp-port=$(TEMP_PORT) --multibyte=$(MULTIBYTE) --load-language=plpgsql$(NOLOCALE)$(THREAD) --schedule=$(srcdir)/ecpg_schedule_tcp --create-role=connectuser,connectdb --host=localhost
9696

9797
installcheck: all
9898
./pg_regress --psqldir=$(PSQLDIR) --dbname=regress1,connectdb --top-builddir=$(top_builddir) --multibyte=$(MULTIBYTE) --load-language=plpgsql$(NOLOCALE)$(THREAD) --schedule=$(srcdir)/ecpg_schedule --create-role=connectuser,connectdb
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
test: compat_informix/dec_test
2+
test: compat_informix/charfuncs
3+
test: compat_informix/rfmtdate
4+
test: compat_informix/rfmtlong
5+
test: compat_informix/rnull
6+
test: compat_informix/test_informix
7+
test: compat_informix/test_informix2
8+
test: connect/test2
9+
test: connect/test3
10+
test: connect/test4
11+
test: connect/test5
12+
test: pgtypeslib/dt_test
13+
test: pgtypeslib/dt_test2
14+
test: pgtypeslib/num_test
15+
test: pgtypeslib/num_test2
16+
test: preproc/comment
17+
test: preproc/define
18+
test: preproc/init
19+
test: preproc/type
20+
test: preproc/variable
21+
test: preproc/whenever
22+
test: sql/array
23+
test: sql/binary
24+
test: sql/code100
25+
test: sql/copystdout
26+
test: sql/define
27+
test: sql/desc
28+
test: sql/dynalloc
29+
test: sql/dynalloc2
30+
test: sql/dyntest
31+
test: sql/execute
32+
test: sql/fetch
33+
test: sql/func
34+
test: sql/indicators
35+
test: sql/quote
36+
test: sql/show
37+
test: sql/insupd
38+
test: sql/parser
39+
test: thread/thread
40+
test: thread/thread_implicit
41+
test: connect/test1
42+

‎src/interfaces/ecpg/test/expected/connect-test1.c.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ main(void)
3737

3838
ECPGdebug(1, stderr);
3939

40-
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL,NULL , "main", 0); }
40+
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL,NULL , "main", 0); }
4141
#line 22 "test1.pgc"
4242

4343
{ ECPGdo(__LINE__, 0, 1, NULL, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
@@ -47,7 +47,7 @@ main(void)
4747
#line 24 "test1.pgc"
4848
/* <-- "main" not specified */
4949

50-
{ ECPGconnect(__LINE__, 0, "connectdb@localhost" , NULL,NULL , "main", 0); }
50+
{ ECPGconnect(__LINE__, 0, "connectdb@localhost" , NULL,NULL , "main", 0); }
5151
#line 26 "test1.pgc"
5252

5353
{ ECPGdisconnect(__LINE__, "main");}
@@ -61,7 +61,7 @@ main(void)
6161
#line 30 "test1.pgc"
6262

6363

64-
{ ECPGconnect(__LINE__, 0, "connectdb@localhost:@TEMP_PORT@" , NULL,NULL , "main", 0); }
64+
{ ECPGconnect(__LINE__, 0, "connectdb@localhost:@TEMP_PORT@" , NULL,NULL , "main", 0); }
6565
#line 32 "test1.pgc"
6666

6767
{ ECPGdisconnect(__LINE__, "main");}
@@ -75,7 +75,7 @@ main(void)
7575
#line 36 "test1.pgc"
7676

7777

78-
{ ECPGconnect(__LINE__, 0, "connectdb:@TEMP_PORT@" , NULL,NULL , "main", 0); }
78+
{ ECPGconnect(__LINE__, 0, "connectdb:@TEMP_PORT@" , NULL,NULL , "main", 0); }
7979
#line 38 "test1.pgc"
8080

8181
{ ECPGdisconnect(__LINE__, "main");}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp