Restored HnswNormValue [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 13:35:17 -07:00
parent 58ec5296b0
commit 38e365ed58
5 changed files with 13 additions and 3 deletions

View File

@@ -377,6 +377,7 @@ typedef struct HnswVacuumState
int HnswGetM(Relation index);
int HnswGetEfConstruction(Relation index);
FmgrInfo *HnswOptionalProcInfo(Relation index, uint16 procnum);
Datum HnswNormValue(const HnswTypeInfo * typeInfo, Datum value);
bool HnswCheckNorm(FmgrInfo *procinfo, Oid collation, Datum value);
Buffer HnswNewBuffer(Relation index, ForkNumber forkNum);
void HnswInitPage(Buffer buf, Page page);