From 6695e956f831f6e124f85bccfb40847875980a5f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 8 Jun 2018 11:55:12 -0400 Subject: [PATCH] Fix typo --- src/backend/executor/execMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 53dd2f0fc0..878e8e9ea1 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -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; -- 2.40.0