Fixed arguments [skip ci]

This commit is contained in:
Andrew Kane
2024-04-23 14:06:28 -07:00
parent 571a277af9
commit 4305e723cc

View File

@@ -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)));
}
/*