projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25cf4ed
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Jun 2018 15:55:12 +0000
(11:55 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Jun 2018 15:55:12 +0000
(11:55 -0400)
src/backend/executor/execMain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execMain.c
b/src/backend/executor/execMain.c
index 3d12f9c76fdfc2d5180f9f734b16811f17c9c1df..1dbaa6597ba4fdd8d0144c9e852af4c2b6ea52fa 100644
(file)
--- 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 Resul
t
RelInfos.
*/
estate->es_root_result_relations = NULL;
estate->es_num_root_result_relations = 0;