mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 01:31:15 +08:00
Updated format [skip ci]
This commit is contained in:
@@ -164,7 +164,7 @@ vector_in(PG_FUNCTION_ARGS)
|
||||
char *pt;
|
||||
char *stringEnd;
|
||||
Vector *result;
|
||||
char *lit = pstrdup(str);
|
||||
char *lit = pstrdup(str);
|
||||
|
||||
while (vector_isspace(*str))
|
||||
str++;
|
||||
|
||||
Reference in New Issue
Block a user