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:12 -0400 |
commit | acad8b409add4bde37e3882c1680a7bd26289f03 (patch) | |
tree | dab91bedd44199dc0032f2b088d628c8b2e6caa6 /src | |
parent | 25cf4ed1dc4e16da042e73ef5090e54bcf271f45 (diff) | |
download | postgresql-acad8b409add4bde37e3882c1680a7bd26289f03.tar.gz postgresql-acad8b409add4bde37e3882c1680a7bd26289f03.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 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; |