diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-30 23:34:22 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-30 23:34:22 +0000 |
| commit | 85188ab8838bf19cdf12298e1b6c29e12f9b9a3c (patch) | |
| tree | 285f4ee5fe8c623b8eea4caa5a664aeffd3fe96a /src/test/regress/parallel_schedule | |
| parent | 0d5065781dd1486d57357c49384a034b45bb027a (diff) | |
| download | postgresql-85188ab8838bf19cdf12298e1b6c29e12f9b9a3c.tar.gz | |
Extend COPY to support COPY (SELECT ...) TO ...
Bernd Helmle
Diffstat (limited to 'src/test/regress/parallel_schedule')
| -rw-r--r-- | src/test/regress/parallel_schedule | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index d675c07ff1..f13ea4792a 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -1,6 +1,6 @@ # ---------- # The first group of parallel test -# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.34 2006/08/12 02:52:06 tgl Exp $ +# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.35 2006/08/30 23:34:22 tgl Exp $ # ---------- test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric @@ -34,7 +34,7 @@ test: create_function_2 # execute two copy tests parallel, to check that copy itself # is concurrent safe. # ---------- -test: copy +test: copy copyselect # ---------- # The third group of parallel test |
