mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 08:36:54 +08:00
Removed todo [skip ci]
This commit is contained in:
@@ -259,7 +259,6 @@ RepairGraphEntryPoint(HnswVacuumState * vacuumstate)
|
|||||||
if (BlockNumberIsValid(highestPoint->blkno))
|
if (BlockNumberIsValid(highestPoint->blkno))
|
||||||
{
|
{
|
||||||
HnswLoadElement(highestPoint, NULL, NULL, index, vacuumstate->procinfo, vacuumstate->collation, true);
|
HnswLoadElement(highestPoint, NULL, NULL, index, vacuumstate->procinfo, vacuumstate->collation, true);
|
||||||
/* TODO Prevent deleted entry point from being neighbor */
|
|
||||||
RepairGraphElement(vacuumstate, highestPoint);
|
RepairGraphElement(vacuumstate, highestPoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user