From 4295ee3b3ad4b2efed32813c6581eb36af3a036a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 12 Aug 2023 13:47:20 -0700 Subject: [PATCH] Updated todos [skip ci] --- src/hnswvacuum.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index e59c03d..8a0e46e 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -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 */