Improved function names [skip ci]

This commit is contained in:
Andrew Kane
2024-01-22 16:43:50 -08:00
parent e54ec4d637
commit 16d7de79f6
4 changed files with 16 additions and 16 deletions

View File

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