Commit 828df727 authored by Magnus Hagander's avatar Magnus Hagander

Fix spelling error

David Rowley
parent 64c9d8a6
......@@ -4430,7 +4430,7 @@ make_sort_from_groupcols(PlannerInfo *root,
TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]);
if (!tle)
elog(ERROR, "could not retrive tle for sort-from-groupcols");
elog(ERROR, "could not retrieve tle for sort-from-groupcols");
sortColIdx[numsortkeys] = tle->resno;
sortOperators[numsortkeys] = grpcl->sortop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment