Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 828df72

Browse files
committed
Fix spelling error
David Rowley
1 parent 64c9d8a commit 828df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/createplan.c

+1-1
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 not retrive tle for sort-from-groupcols");
4433+
elog(ERROR, "could not retrieve tle for sort-from-groupcols");
44344434

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

0 commit comments

Comments
 (0)