Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24e8ca6

Browse files
author
Thomas G. Lockhart
committed
Move numeric test to be near other numeric data types like int4 and float8.
1 parent 61ef6a1 commit 24e8ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/sql/run_check.tests

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ parallel group1
1313
test oid
1414
test float4
1515
test float8
16+
test numeric
1617
endparallel
1718

18-
test strings # Depends on things setup during char, varchar and text.
19+
test strings # Depends on things setup during char, varchar and text
20+
test numerology # Depends on int2, int4, int8, float4, float8
1921

2022
# ----------
2123
# The second group of parallel test
2224
# ----------
2325
parallel group2
24-
test numerology
2526
test point
2627
test lseg
2728
test box
@@ -127,6 +128,5 @@ parallel group6
127128
test limit
128129
test plpgsql # Cannot run concurrently to rules
129130
test temp
130-
test numeric
131131
endparallel
132132

0 commit comments

Comments
 (0)