]> granicus.if.org Git - postgresql/commitdiff
Move numeric test to be near other numeric data types like int4 and float8.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 5 Jan 2000 06:04:56 +0000 (06:04 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 5 Jan 2000 06:04:56 +0000 (06:04 +0000)
src/test/regress/sql/run_check.tests

index 37ce499d18e1ad3410a5dc2bf7b3b548d8e5c72b..2de51d3a48ceeea300c506824cd0a0616d767b01 100644 (file)
@@ -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