postgres: updated snapshot test with better floating point values (#82168)
This commit is contained in:
+3
-3
@@ -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);
|
||||
Reference in New Issue
Block a user