From b421e76f29ce05aa8667d6f151c4a30a21e2b781 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 13 Aug 2023 17:23:52 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/hnswinsert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hnswinsert.c b/src/hnswinsert.c index e20a041..a3a4314 100644 --- a/src/hnswinsert.c +++ b/src/hnswinsert.c @@ -313,9 +313,9 @@ UpdateNeighborPages(Relation index, FmgrInfo *procinfo, Oid collation, HnswEleme /* * Could improve performance for vacuuming by checking neighbors - * against list of elements being deleted. It's important to - * exclude already deleted elements for this since they can be - * replaced at any time. + * against list of elements being deleted to find index. It's + * important to exclude already deleted elements for this since + * they can be replaced at any time. */ /* Select neighbors */