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

Commit828df72

Browse files
committed
Fix spelling error
David Rowley
1 parent64c9d8a commit828df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4430,7 +4430,7 @@ make_sort_from_groupcols(PlannerInfo *root,
44304430
TargetEntry*tle=get_tle_by_resno(sub_tlist,grpColIdx[numsortkeys]);
44314431

44324432
if (!tle)
4433-
elog(ERROR,"could notretrive tle for sort-from-groupcols");
4433+
elog(ERROR,"could notretrieve tle for sort-from-groupcols");
44344434

44354435
sortColIdx[numsortkeys]=tle->resno;
44364436
sortOperators[numsortkeys]=grpcl->sortop;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp