diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-06-08 11:55:12 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-06-08 11:55:25 -0400 |
commit | 6695e956f831f6e124f85bccfb40847875980a5f (patch) | |
tree | b3f0c3883fd7032f06c94a831dff8a346b2c65db /src | |
parent | 0692f29ab70c7d12d5d6c19eb30a7017a6693b83 (diff) | |
download | postgresql-6695e956f831f6e124f85bccfb40847875980a5f.tar.gz postgresql-6695e956f831f6e124f85bccfb40847875980a5f.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/executor/execMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 53dd2f0fc0c..878e8e9ea13 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; |