projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0692f29
)
Fix typo
author
Peter Eisentraut
Fri, 8 Jun 2018 15:55:12 +0000
(11:55 -0400)
committer
Peter Eisentraut
Fri, 8 Jun 2018 15:55:25 +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 53dd2f0fc0cb0dfc7277abc45100622785549ba8..878e8e9ea13fd509d3007dcdc48d45308ad2b109 100644
(file)
--- 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 Resul
t
RelInfos.
*/
estate->es_root_result_relations = NULL;
estate->es_num_root_result_relations = 0;