]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix spelling error
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 Jul 2015 07:31:58 +0000 (10:31 +0300)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 Jul 2015 07:32:19 +0000 (10:32 +0300)
David Rowley

src/backend/optimizer/plan/createplan.c

index e8b97c03a9bbf1f5181b2130947fd7a97d1ca8b0..9cf133d8a1655c6c9a560d7272e9964d1d4fa104 100644 (file)
@@ -4217,7 +4217,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;