From 4eca5024dfb9438ec936aeb6e29c119aacdec711 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 30 Jun 2026 01:35:07 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/hnswvacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index e56648c..2c26739 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -82,7 +82,7 @@ RemoveHeapTids(HnswVacuumState * vacuumstate) /* * Skip deleted tuples. It is important they are not added to the - * deleted hash to avoid false positives in NeedsUpdated and + * deletion list to avoid false positives in NeedsUpdated and * ConfirmRepaired. */ if (etup->deleted)