mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Added todo [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user