postgres: updated snapshot test with better floating point values (#82168)

This commit is contained in:
Gábor Farkas
2024-02-08 15:52:20 +01:00
committed by GitHub
parent 04ff7a1f1d
commit 2250e358c7
2 changed files with 11 additions and 11 deletions
@@ -8,7 +8,7 @@ CREATE TEMPORARY TABLE tbl (
);
INSERT INTO tbl (reallyt, "time", n, timeend) VALUES
('2023-12-21T12:21:27 UTC', 1703161287, 1703161287, 1703161312),
('2023-12-21T12:21:27.724 UTC', 1703161287724, 1703161287724, 1703161312522),
('2023-12-21T12:21:27.724919 UTC', 1703161287724919000, 1703161287724919000, 1703161312522186000),
('2023-12-21T12:22:24', 1703161344, 1703161344, 1703161372),
('2023-12-21T12:20:33.408', 1703161233408, 1703161233408, 1703161312522),
('2023-12-21T12:20:41.050022', 1703161241050021888, 1703161241050021888, 1703161312522186000),
(NULL, NULL, NULL, NULL);