Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7487044

Browse files
committed
Don't adjust ressortgroupref in generate_setop_child_grouplist()
This is already done inside assignSortGroupRef(), therefore isredundant.Oversight from66c0185.Reported-by: Tom LaneDiscussion:https://postgr.es/m/3703023.1711654574@sss.pgh.pa.us
1 parentb840508 commit7487044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/optimizer/plan/planner.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7959,7 +7959,6 @@ generate_setop_child_grouplist(SetOperationStmt *op, List *targetlist)
79597959

79607960
/* assign a tleSortGroupRef, or reuse the existing one */
79617961
sgc->tleSortGroupRef=assignSortGroupRef(tle,targetlist);
7962-
tle->ressortgroupref=sgc->tleSortGroupRef;
79637962
}
79647963
Assert(lg==NULL);
79657964
returngrouplist;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp