Added todo [skip ci]

This commit is contained in:
Andrew Kane
2024-03-29 10:56:24 -07:00
parent 997fa167da
commit 64aa99aa31

View File

@@ -164,6 +164,7 @@ HnswNormValue(FmgrInfo *procinfo, Oid collation, Datum *value)
if (norm > 0)
{
/* TODO Remove vector-specific code */
Vector *v = DatumGetVector(*value);
Vector *result = InitVector(v->dim);