mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Fix unnoticed variable shadowing in previous commit
Per buildfarm.
This commit is contained in:
parent
1c9bb02d8e
commit
91bc213d90
@ -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 New Issue
Block a user