Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f9d74f

Browse files
committed
install_plpgsql is no longer a regress test (it's done via createlang);
remove the no-longer-used files.
1 parent aa48a22 commit 4f9d74f

File tree

6 files changed

+12
-34
lines changed

6 files changed

+12
-34
lines changed

src/test/regress/expected/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for regress (the regression test)
4+
# Makefile for regress/expected (the regression test)
55
#
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.4 1998/09/29 12:40:52 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.5 2000/01/09 19:34:41 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

14-
CLFILES= create_function_1.out create_function_2.out copy.out constraints.out misc.out install_plpgsql.out
14+
CLFILES= create_function_1.out create_function_2.out copy.out constraints.out misc.out
1515

1616
clean:
1717
rm -f $(CLFILES)

src/test/regress/input/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for regress (the regression test)
4+
# Makefile for regress/input (the regression test)
55
#
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/input/Attic/Makefile,v 1.7 1998/09/29 12:41:56 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/input/Attic/Makefile,v 1.8 2000/01/09 19:34:40 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -22,8 +22,7 @@ INFILES= copy.sql \
2222
create_function_1.sql \
2323
create_function_2.sql \
2424
misc.sql \
25-
constraints.sql \
26-
install_plpgsql.sql
25+
constraints.sql
2726

2827
all: $(INFILES)
2928

src/test/regress/input/install_plpgsql.source

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

src/test/regress/output/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for regress (the regression test)
4+
# Makefile for regress/output (the regression test)
55
#
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.9 1998/09/29 12:42:11 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.10 2000/01/09 19:34:40 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -22,8 +22,7 @@ INFILES= copy.out \
2222
create_function_1.out \
2323
create_function_2.out \
2424
misc.out \
25-
constraints.out \
26-
install_plpgsql.out
25+
constraints.out
2726

2827
all: $(INFILES)
2928

src/test/regress/output/install_plpgsql.source

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

src/test/regress/sql/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for regress (the regression test)
4+
# Makefile for regress/sql (the regression test)
55
#
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/sql/Attic/Makefile,v 1.4 1998/09/29 12:43:03 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/sql/Attic/Makefile,v 1.5 2000/01/09 19:34:43 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

14-
CLFILES= create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql install_plpgsql.sql
14+
CLFILES= create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql
1515

1616
clean:
1717
rm -f $(CLFILES)

0 commit comments

Comments
 (0)