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