Improved halfvec input check [skip ci]

This commit is contained in:
Andrew Kane
2024-04-03 22:23:23 -07:00
parent 9f61dcff5d
commit 8961de6179
3 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ SELECT '[65519,-65519]'::halfvec;
SELECT '[65520,-65520]'::halfvec;
SELECT '[1e-8,-1e-8]'::halfvec;
SELECT '[4e38,1]'::halfvec;
SELECT '[1e-46,1]'::halfvec;
SELECT '[1,2,3'::halfvec;
SELECT '[1,2,3]9'::halfvec;
SELECT '1,2,3'::halfvec;