Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2022-11-02 16:54:27 -07:00
parent 81bba1f37e
commit 00391953dd

View File

@@ -116,7 +116,7 @@ InsertTuple(Relation rel, IndexTuple itup, Relation heapRel, Datum *values)
/* Init new page */
IvfflatInitPage(newbuf, newpage);
/* Update previous buffer */
/* Update insert page and previous buffer */
insertPage = BufferGetBlockNumber(newbuf);
IvfflatPageGetOpaque(page)->nextblkno = insertPage;