mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix unnoticed variable shadowing in previous commit
Per buildfarm.
This commit is contained in:
parent
1c9bb02d8e
commit
91bc213d90
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue