Fix spelling error

David Rowley
pull/9/head
Magnus Hagander 11 years ago
parent 34a6c6172e
commit 095b8e158b
  1. 2
      src/backend/optimizer/plan/createplan.c

@ -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;

Loading…
Cancel
Save