diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-01-05 06:04:56 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-01-05 06:04:56 +0000 |
commit | 24e8ca6ef94cb9902250040a11627e8ca3798def (patch) | |
tree | 2f92cd627e347c282ecf1a75e5a3f64c33b9cf24 /src | |
parent | 61ef6a1a3fdbe526c105a74f09f1468b79de66e6 (diff) | |
download | postgresql-24e8ca6ef94cb9902250040a11627e8ca3798def.tar.gz postgresql-24e8ca6ef94cb9902250040a11627e8ca3798def.zip |
Move numeric test to be near other numeric data types like int4 and float8.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/sql/run_check.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/sql/run_check.tests b/src/test/regress/sql/run_check.tests index 37ce499d18e..2de51d3a48c 100644 --- a/src/test/regress/sql/run_check.tests +++ b/src/test/regress/sql/run_check.tests @@ -13,15 +13,16 @@ parallel group1 test oid test float4 test float8 + test numeric endparallel -test strings # Depends on things setup during char, varchar and text. +test strings # Depends on things setup during char, varchar and text +test numerology # Depends on int2, int4, int8, float4, float8 # ---------- # The second group of parallel test # ---------- parallel group2 - test numerology test point test lseg test box @@ -127,6 +128,5 @@ parallel group6 test limit test plpgsql # Cannot run concurrently to rules test temp - test numeric endparallel |