diff --git a/src/hnswinsert.c b/src/hnswinsert.c index bfd237d..37a7fed 100644 --- a/src/hnswinsert.c +++ b/src/hnswinsert.c @@ -154,6 +154,7 @@ WriteNewElementPages(Relation index, HnswElement e, int m, BlockNumber insertPag /* First, try the fastest path */ /* Space for both tuples on the current page */ + /* This can split existing tuples in rare cases */ if (PageGetFreeSpace(page) >= combinedSize) { nbuf = buf;