diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-29 05:33:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-29 05:33:25 +0000 |
commit | e3831d83a74953d2b0ca3c74e70636ed50a070cc (patch) | |
tree | e80f7e21374c7111960d004824f5f552df92d8e7 | |
parent | c0bff32c84e44b552129c088f5a65127d6e4f209 (diff) | |
download | postgresql-e3831d83a74953d2b0ca3c74e70636ed50a070cc.tar.gz postgresql-e3831d83a74953d2b0ca3c74e70636ed50a070cc.zip |
timetz test was omitted from 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 70a84dcad32..877a70f902b 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -11,11 +11,11 @@ test: numerology # ---------- # The second group of parallel test # ---------- -test: point lseg box path polygon circle date time timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity +test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity # Depends on point, lseg, box, path, polygon and circle test: geometry -# Depends on interval, timestamp, timestamptz, reltime and abstime +# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime test: horology # ---------- |