Improved check [skip ci]

This commit is contained in:
Andrew Kane
2023-12-04 13:59:48 -08:00
parent 006e5c7aca
commit a679b584e9
3 changed files with 18 additions and 4 deletions

View File

@@ -82,6 +82,8 @@ SELECT 'Infinity'::real::half;
Infinity
(1 row)
SELECT '1e-38'::real::half;
ERROR: value out of range: underflow
SELECT '1.5'::half::real;
float4
--------