mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 02:02:10 +08:00
Removed extra line [skip ci]
This commit is contained in:
@@ -84,7 +84,6 @@ CheckElementOrFree(float value, Vector * vec)
|
||||
errmsg("NaN not allowed in vector")));
|
||||
}
|
||||
|
||||
|
||||
if (isinf(value))
|
||||
{
|
||||
if (vec != NULL)
|
||||
|
||||
Reference in New Issue
Block a user