Added prefix to function name [skip ci]

This commit is contained in:
Andrew Kane
2023-08-18 00:54:09 -07:00
parent ed20d98777
commit a03f6ae4bc
3 changed files with 4 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ RepairGraphElement(HnswVacuumState * vacuumstate, HnswElement element)
UnlockReleaseBuffer(buf);
/* Update neighbors */
UpdateNeighborPages(index, procinfo, collation, element, m, true);
HnswUpdateNeighborPages(index, procinfo, collation, element, m, true);
}
/*