mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 20:20:59 +08:00
Removed todos [skip ci]
This commit is contained in:
@@ -375,9 +375,7 @@ LoadNeighborsFromPage(HnswElement element, Relation index, Page page)
|
||||
|
||||
HnswInitNeighbors(element, m);
|
||||
|
||||
/* If not, neighbor page represents new item */
|
||||
/* Only caught if item has a different level */
|
||||
/* TODO Use versioning to fix this? */
|
||||
/* Ensure expected neighbors */
|
||||
if (HNSW_NEIGHBOR_COUNT(itemid) == neighborCount)
|
||||
{
|
||||
HnswNeighborTuple ntup = (HnswNeighborTuple) PageGetItem(page, itemid);
|
||||
|
||||
Reference in New Issue
Block a user