From: Peter Eisentraut Date: Fri, 8 Jun 2018 15:55:12 +0000 (-0400) Subject: Fix typo X-Git-Tag: REL_11_BETA2~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acad8b409add4bde37e3882c1680a7bd26289f03;p=thirdparty%2Fpostgresql.git Fix typo --- diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 3d12f9c76fd..1dbaa6597ba 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -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;