Removed unused variable from IvfflatUpdateList

This commit is contained in:
Andrew Kane
2023-07-17 00:15:20 -07:00
parent 98ba795d83
commit c3394ace03
5 changed files with 7 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ InsertTuple(Relation rel, Datum *values, bool *isnull, ItemPointer heap_tid, Rel
/* Update the insert page */
if (insertPage != originalInsertPage)
IvfflatUpdateList(rel, state, listInfo, insertPage, originalInsertPage, InvalidBlockNumber, MAIN_FORKNUM);
IvfflatUpdateList(rel, listInfo, insertPage, originalInsertPage, InvalidBlockNumber, MAIN_FORKNUM);
}
/*