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

index 53dd2f0fc0cb0dfc7277abc45100622785549ba8..878e8e9ea13fd509d3007dcdc48d45308ad2b109 100644 (file)
@@ -865,7 +865,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;