Restored collation for consistency [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 13:46:45 -07:00
parent 38e365ed58
commit 1fdfff7349
5 changed files with 6 additions and 6 deletions

View File

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