Removed normvec for simplicity (no difference in performance)

This commit is contained in:
Andrew Kane
2024-03-27 16:33:11 -07:00
parent bd50e3067d
commit 8e59455c3c
5 changed files with 6 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ GetScanValue(IndexScanDesc scan)
/* Fine if normalization fails */
if (so->normprocinfo != NULL)
HnswNormValue(so->normprocinfo, so->collation, &value, NULL);
HnswNormValue(so->normprocinfo, so->collation, &value);
}
return value;