Skip to content

Commit fd7bc3e

Browse files
xiangjinwumergify[bot]
andauthoredDec 9, 2022
test(regress): enable int8 and float8 for basic parts (#6834)
* enable int8 * enable float8 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 5ec46c2 commit fd7bc3e

File tree

3 files changed

+397
-393
lines changed

3 files changed

+397
-393
lines changed
 

‎src/tests/regress/data/schedule

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# interferes with crash-recovery testing.
88
# test: tablespace
99

10-
test: boolean varchar int2 int4 float4 comments
10+
test: boolean varchar int2 int4 int8 float4 float8 comments

0 commit comments

Comments
 (0)
Please sign in to comment.