mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
Don't adjust ressortgroupref in generate_setop_child_grouplist()
This is already done inside assignSortGroupRef(), therefore is
redundant.
Oversight from 66c0185a3
.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/3703023.1711654574@sss.pgh.pa.us
This commit is contained in:
@ -7959,7 +7959,6 @@ generate_setop_child_grouplist(SetOperationStmt *op, List *targetlist)
|
|||||||
|
|
||||||
/* assign a tleSortGroupRef, or reuse the existing one */
|
/* assign a tleSortGroupRef, or reuse the existing one */
|
||||||
sgc->tleSortGroupRef = assignSortGroupRef(tle, targetlist);
|
sgc->tleSortGroupRef = assignSortGroupRef(tle, targetlist);
|
||||||
tle->ressortgroupref = sgc->tleSortGroupRef;
|
|
||||||
}
|
}
|
||||||
Assert(lg == NULL);
|
Assert(lg == NULL);
|
||||||
return grouplist;
|
return grouplist;
|
||||||
|
Reference in New Issue
Block a user