mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 20:50:57 +08:00
Improved check [skip ci]
This commit is contained in:
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user