File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.47 2004/06/18 06:14:25 tgl Exp $
10
+ # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.48 2004/11/17 18:05:06 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -137,11 +137,17 @@ installcheck: all
137
137
mkdir ./testtablespace
138
138
$(SHELL ) ./pg_regress --schedule=$(srcdir ) /serial_schedule --multibyte=$(MULTIBYTE )
139
139
140
+ installcheck-parallel : all
141
+ -rm -rf ./testtablespace
142
+ mkdir ./testtablespace
143
+ $(SHELL ) ./pg_regress --schedule=$(srcdir ) /parallel_schedule --multibyte=$(MULTIBYTE ) $(MAXCONNOPT )
144
+
140
145
141
146
# old interfaces follow...
142
147
143
148
runcheck : check
144
149
runtest : installcheck
150
+ runtest-parallel : installcheck-parallel
145
151
146
152
bigtest :
147
153
$(SHELL ) ./pg_regress --schedule=$(srcdir ) /serial_schedule --multibyte=$(MULTIBYTE ) numeric_big
You can’t perform that action at this time.
0 commit comments