mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix spelling error
David Rowley
This commit is contained in:
parent
34a6c6172e
commit
095b8e158b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue