Skip to content

Commit c97883a

Browse files
committed
Fix spelling error
David Rowley
1 parent 2405107 commit c97883a

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
@@ -4217,7 +4217,7 @@ make_sort_from_groupcols(PlannerInfo *root,
42174217
TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]);
42184218

42194219
if (!tle)
4220-
elog(ERROR, "could not retrive tle for sort-from-groupcols");
4220+
elog(ERROR, "could not retrieve tle for sort-from-groupcols");
42214221

42224222
sortColIdx[numsortkeys] = tle->resno;
42234223
sortOperators[numsortkeys] = grpcl->sortop;

0 commit comments

Comments
 (0)