diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index d211e42abb..11b7e67e4d 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -215,7 +215,6 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd, dispatch = pd[0]; while (true) { - TupleTableSlot *myslot = dispatch->tupslot; TupleConversionMap *map = dispatch->tupmap; int cur_index = -1;