We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c9d8a commit 828df72Copy full SHA for 828df72
src/backend/optimizer/plan/createplan.c
@@ -4430,7 +4430,7 @@ make_sort_from_groupcols(PlannerInfo *root,
4430
TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]);
4431
4432
if (!tle)
4433
- elog(ERROR, "could not retrive tle for sort-from-groupcols");
+ elog(ERROR, "could not retrieve tle for sort-from-groupcols");
4434
4435
sortColIdx[numsortkeys] = tle->resno;
4436
sortOperators[numsortkeys] = grpcl->sortop;
0 commit comments