From 87a1b3365e201def6042c07cc5eb32b0ff9f7a77 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 24 May 2021 18:58:11 -0700 Subject: [PATCH] Simplified logic --- src/ivfbuild.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index 50ea461..ce585af 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -194,10 +194,7 @@ GetNextTuple(Tuplesortstate *sortstate, TupleDesc tupdesc, TupleTableSlot *slot, ItemPointerSet(&(*itup)->t_tid, tupblk, tupoff); } else - { *list = -1; - *itup = NULL; - } } /* @@ -258,9 +255,6 @@ InsertTuples(Relation index, IvfflatBuildState * buildstate, ForkNumber forkNum) /* Set the start and insert pages */ IvfflatUpdateList(index, state, buildstate->listInfo[i], insertPage, startPage, forkNum); } - - if (itup != NULL) - pfree(itup); } /*