Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 17:30:46 -07:00
parent c91fc7e0f7
commit dc88135515

View File

@@ -59,7 +59,7 @@ GetScanValue(IndexScanDesc scan)
Assert(!VARATT_IS_COMPRESSED(DatumGetPointer(value)));
Assert(!VARATT_IS_EXTENDED(DatumGetPointer(value)));
/* Fine if normalization fails */
/* Normalize if needed */
if (so->normprocinfo != NULL)
value = HnswNormValue(so->typeInfo, so->collation, value);
}