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

Commit460f468

Browse files
author
Michael Meskes
committed
Replaced complex tests with small ones.
1 parent52a013b commit460f468

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1335
-2695
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.337 2006/09/05 10:00:52 meskes Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.338 2006/09/08 13:32:26 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -6038,7 +6038,7 @@ action : SQL_CONTINUE
60386038
|SQL_CALLname
60396039
{
60406040
$<action>$.code = W_DO;
6041-
$<action>$.command =cat_str(3,$2, make_str("("), make_str(")"));
6041+
$<action>$.command =cat2_str($2, make_str("()"));
60426042
$<action>$.str = cat2_str(make_str("call"), mm_strdup($<action>$.command));
60436043
}
60446044
;

‎src/interfaces/ecpg/test/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.61 2006/09/05 12:11:01 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.62 2006/09/08 13:32:26 meskes Exp $
22

33
subdir = src/interfaces/ecpg/test
44
top_builddir = ../../../..
@@ -29,7 +29,6 @@ all install installdirs uninstall dep depend distprep:
2929
$(MAKE) -C pgtypeslib$@
3030
$(MAKE) -C preproc$@
3131
$(MAKE) -C compat_informix$@
32-
$(MAKE) -C complex$@
3332
$(MAKE) -C thread$@
3433

3534
cleandistcleanmaintainer-clean:
@@ -39,7 +38,6 @@ clean distclean maintainer-clean:
3938
$(MAKE) -C pgtypeslib$@
4039
$(MAKE) -C preproc$@
4140
$(MAKE) -C compat_informix$@
42-
$(MAKE) -C complex$@
4341
$(MAKE) -C thread$@
4442
rm -rf tmp_check results log
4543
rm -f pg_regress regression.diffs

‎src/interfaces/ecpg/test/complex/Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎src/interfaces/ecpg/test/complex/header_test.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

‎src/interfaces/ecpg/test/complex/test1.pgc

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp