1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix spelling error

David Rowley
This commit is contained in:
Magnus Hagander 2015-07-16 10:31:58 +03:00
parent 64c9d8a6c8
commit 828df727a6

View File

@ -4430,7 +4430,7 @@ make_sort_from_groupcols(PlannerInfo *root,
TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]); TargetEntry *tle = get_tle_by_resno(sub_tlist, grpColIdx[numsortkeys]);
if (!tle) 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; sortColIdx[numsortkeys] = tle->resno;
sortOperators[numsortkeys] = grpcl->sortop; sortOperators[numsortkeys] = grpcl->sortop;