We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2405107 commit c97883aCopy full SHA for c97883a
src/backend/optimizer/plan/createplan.c
@@ -4217,7 +4217,7 @@ make_sort_from_groupcols(PlannerInfo *root,
4217
TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]);
4218
4219
if (!tle)
4220
- elog(ERROR, "could not retrive tle for sort-from-groupcols");
+ elog(ERROR, "could not retrieve tle for sort-from-groupcols");
4221
4222
sortColIdx[numsortkeys] = tle->resno;
4223
sortOperators[numsortkeys] = grpcl->sortop;
0 commit comments