Fix unnoticed variable shadowing in previous commit

Per buildfarm.
This commit is contained in:
Alvaro Herrera 2018-08-01 17:04:57 -04:00
parent 1c9bb02d8e
commit 91bc213d90
1 changed files with 0 additions and 1 deletions

View File

@ -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;