Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
24e8ca6e
Commit
24e8ca6e
authored
Jan 05, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move numeric test to be near other numeric data types like int4 and float8.
parent
61ef6a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/test/regress/sql/run_check.tests
src/test/regress/sql/run_check.tests
+3
-3
No files found.
src/test/regress/sql/run_check.tests
View file @
24e8ca6e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment