mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Move numeric test to be near other numeric data types like int4 and float8.
This commit is contained in:
parent
61ef6a1a3f
commit
24e8ca6ef9
@ -13,15 +13,16 @@ parallel group1
|
|||||||
test oid
|
test oid
|
||||||
test float4
|
test float4
|
||||||
test float8
|
test float8
|
||||||
|
test numeric
|
||||||
endparallel
|
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
|
# The second group of parallel test
|
||||||
# ----------
|
# ----------
|
||||||
parallel group2
|
parallel group2
|
||||||
test numerology
|
|
||||||
test point
|
test point
|
||||||
test lseg
|
test lseg
|
||||||
test box
|
test box
|
||||||
@ -127,6 +128,5 @@ parallel group6
|
|||||||
test limit
|
test limit
|
||||||
test plpgsql # Cannot run concurrently to rules
|
test plpgsql # Cannot run concurrently to rules
|
||||||
test temp
|
test temp
|
||||||
test numeric
|
|
||||||
endparallel
|
endparallel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user