mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-03 19:20:56 +08:00
Restored isnan check [skip ci]
This commit is contained in:
@@ -110,7 +110,7 @@ intvec_in(PG_FUNCTION_ARGS)
|
||||
int8 x[INTVEC_MAX_DIM];
|
||||
int dim = 0;
|
||||
char *pt = lit;
|
||||
IntVector *result;
|
||||
IntVector *result;
|
||||
|
||||
while (intvec_isspace(*pt))
|
||||
pt++;
|
||||
|
||||
Reference in New Issue
Block a user