Updated todos [skip ci]

This commit is contained in:
Andrew Kane
2023-08-12 13:47:20 -07:00
parent 8b1ea42d42
commit 4295ee3b3a

View File

@@ -257,8 +257,12 @@ RepairGraphEntryPoint(HnswVacuumState * vacuumstate)
MemoryContext oldCtx = MemoryContextSwitchTo(vacuumstate->tmpCtx);
/*
* TODO Look for newer highest point. Outdated point works, but can remove
* connections at higher levels in the graph, which is not ideal.
* TODO Handle missing highest point properly. Cannot make entry point
* empty since may be outdated.
*
* TODO Look for newer highest point. Outdated point works if exists, but
* can remove connections at higher levels in the graph, which is not
* ideal.
*/
/* Repair graph for highest non-entry point */