mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix unnoticed variable shadowing in previous commit
Per buildfarm.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user