Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 13:03:38 -07:00
parent c9d82c6bdc
commit daef83a112

View File

@@ -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;