File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,6 @@ with testdata(bits) as (values
624
624
(x'4c000001'),
625
625
(x'4c800b0d'),
626
626
(x'00d24584'),
627
- (x'800000b0'),
628
627
(x'00d90b88'),
629
628
(x'45803f34'),
630
629
(x'4f9f24f7'),
@@ -899,7 +898,6 @@ select float4send(flt) as ibits,
899
898
\x4c000001 | 3.3554436e+07 | 3.3554436e+07 | \x4c000001 | t
900
899
\x4c800b0d | 6.7131496e+07 | 6.7131496e+07 | \x4c800b0d | t
901
900
\x00d24584 | 1.9310392e-38 | 1.9310392e-38 | \x00d24584 | t
902
- \x800000b0 | -2.47e-43 | -2.47e-43 | \x800000b0 | t
903
901
\x00d90b88 | 1.993244e-38 | 1.993244e-38 | \x00d90b88 | t
904
902
\x45803f34 | 4103.9004 | 4103.9004 | \x45803f34 | t
905
903
\x4f9f24f7 | 5.3399997e+09 | 5.3399997e+09 | \x4f9f24f7 | t
@@ -930,7 +928,7 @@ select float4send(flt) as ibits,
930
928
\x3f9e064b | 1.234567 | 1.234567 | \x3f9e064b | t
931
929
\x3f9e0651 | 1.2345678 | 1.2345678 | \x3f9e0651 | t
932
930
\x03d20cfe | 1.23456735e-36 | 1.23456735e-36 | \x03d20cfe | t
933
- (262 rows)
931
+ (261 rows)
934
932
935
933
-- clean up, lest opr_sanity complain
936
934
\set VERBOSITY terse
Original file line number Diff line number Diff line change @@ -624,7 +624,6 @@ with testdata(bits) as (values
624
624
(x'4c000001'),
625
625
(x'4c800b0d'),
626
626
(x'00d24584'),
627
- (x'800000b0'),
628
627
(x'00d90b88'),
629
628
(x'45803f34'),
630
629
(x'4f9f24f7'),
@@ -899,7 +898,6 @@ select float4send(flt) as ibits,
899
898
\x4c000001 | 3.3554436e+07 | 3.3554436e+07 | \x4c000001 | t
900
899
\x4c800b0d | 6.7131496e+07 | 6.7131496e+07 | \x4c800b0d | t
901
900
\x00d24584 | 1.9310392e-38 | 1.9310392e-38 | \x00d24584 | t
902
- \x800000b0 | -2.47e-43 | -2.47e-43 | \x800000b0 | t
903
901
\x00d90b88 | 1.993244e-38 | 1.993244e-38 | \x00d90b88 | t
904
902
\x45803f34 | 4103.9004 | 4103.9004 | \x45803f34 | t
905
903
\x4f9f24f7 | 5.3399997e+09 | 5.3399997e+09 | \x4f9f24f7 | t
@@ -930,7 +928,7 @@ select float4send(flt) as ibits,
930
928
\x3f9e064b | 1.234567 | 1.234567 | \x3f9e064b | t
931
929
\x3f9e0651 | 1.2345678 | 1.2345678 | \x3f9e0651 | t
932
930
\x03d20cfe | 1.23456735e-36 | 1.23456735e-36 | \x03d20cfe | t
933
- (262 rows)
931
+ (261 rows)
934
932
935
933
-- clean up, lest opr_sanity complain
936
934
\set VERBOSITY terse
Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ with testdata(bits) as (values
301
301
(x' 4c000001' ),
302
302
(x' 4c800b0d' ),
303
303
(x' 00d24584' ),
304
- (x' 800000b0' ),
305
304
(x' 00d90b88' ),
306
305
(x' 45803f34' ),
307
306
(x' 4f9f24f7' ),
You can’t perform that action at this time.
0 commit comments