Commit 91bc213d authored by Alvaro Herrera's avatar Alvaro Herrera

Fix unnoticed variable shadowing in previous commit

Per buildfarm.
parent 1c9bb02d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment