Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Jun 2018 15:55:12 +0000 (11:55 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Jun 2018 15:55:12 +0000 (11:55 -0400)
src/backend/executor/execMain.c

index 3d12f9c76fdfc2d5180f9f734b16811f17c9c1df..1dbaa6597ba4fdd8d0144c9e852af4c2b6ea52fa 100644 (file)
@@ -869,7 +869,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
                /*
                 * In the partitioned result relation case, lock the non-leaf result
                 * relations too.  A subset of these are the roots of respective
-                * partitioned tables, for which we also allocate ResulRelInfos.
+                * partitioned tables, for which we also allocate ResultRelInfos.
                 */
                estate->es_root_result_relations = NULL;
                estate->es_num_root_result_relations = 0;