From 64aa99aa31bbf59523a03931c7501e054bb2403b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 29 Mar 2024 10:56:24 -0700 Subject: [PATCH] Added todo [skip ci] --- src/hnswutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hnswutils.c b/src/hnswutils.c index 4104f32..20a323f 100644 --- a/src/hnswutils.c +++ b/src/hnswutils.c @@ -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);