mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Fixed arguments [skip ci]
This commit is contained in:
@@ -687,7 +687,7 @@ GetMaxDimensions(Relation index)
|
|||||||
if (procinfo == NULL)
|
if (procinfo == NULL)
|
||||||
return HNSW_MAX_DIM;
|
return HNSW_MAX_DIM;
|
||||||
|
|
||||||
return DatumGetInt32(FunctionCall0Coll(procinfo, InvalidOid));
|
return DatumGetInt32(FunctionCall1(procinfo, PointerGetDatum(NULL)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user