Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2022-11-02 16:55:20 -07:00
parent 00391953dd
commit 135147893a

View File

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