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

@@ -338,7 +338,7 @@ InsertTuples(Relation index, IvfflatBuildState * buildstate, ForkNumber forkNum)
IvfflatCommitBuffer(buf, state);
/* Set the start and insert pages */
IvfflatUpdateList(index, state, buildstate->listInfo[i], insertPage, InvalidBlockNumber, startPage, forkNum);
IvfflatUpdateList(index, buildstate->listInfo[i], insertPage, InvalidBlockNumber, startPage, forkNum);
}
}