postgres: test: switch to numbers that are represented well in floating point (#80722)
This commit is contained in:
+2
-2
@@ -20,10 +20,10 @@ v1, v1nn, v2, v2nn,
|
||||
t,
|
||||
x1, x1nn, x2, x2nn, x3, x3nn) VALUES
|
||||
('2023-12-21 11:30:03 UTC',
|
||||
10.1, 11.1, 12.1, 13.1,
|
||||
3.78125, 451.5625, 52.25, 511.3125,
|
||||
'one',
|
||||
101, 102, 103, 104, 105, 106),
|
||||
('2023-12-21 11:31:03 UTC',
|
||||
NULL, 21.1, NULL, 23.1,
|
||||
NULL, 464.375, NULL, 346.125,
|
||||
'one',
|
||||
NULL, 202, NULL, 204, NULL, 206);
|
||||
Reference in New Issue
Block a user