postgres: test: switch to numbers that are represented well in floating point (#80722)

This commit is contained in:
Gábor Farkas
2024-01-22 14:14:40 +01:00
committed by GitHub
parent 1cb3cc4ad1
commit e6f8176674
2 changed files with 10 additions and 10 deletions
@@ -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);