Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 09:26:54 -07:00
parent 12d15a9c41
commit 6d15435003

View File

@@ -171,7 +171,7 @@ WriteNewElementPages(Relation index, HnswElement e, int m, BlockNumber insertPag
}
/* Finally, try space for element only if last page */
/* Skip if element and neighbor can fit on the same page */
/* Skip if both tuples can fit on the same page */
if (combinedSize > maxSize && PageGetFreeSpace(page) >= etupSize && !BlockNumberIsValid(HnswPageGetOpaque(page)->nextblkno))
{
HnswInsertAppendPage(index, &nbuf, &npage, state, page);