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); MemoryContext oldCtx = MemoryContextSwitchTo(vacuumstate->tmpCtx);
/* /*
* TODO Look for newer highest point. Outdated point works, but can remove * TODO Handle missing highest point properly. Cannot make entry point
* connections at higher levels in the graph, which is not ideal. * 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 */ /* Repair graph for highest non-entry point */