We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0692f29 commit 6695e95Copy full SHA for 6695e95
src/backend/executor/execMain.c
@@ -865,7 +865,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
865
/*
866
* In the partitioned result relation case, lock the non-leaf result
867
* relations too. A subset of these are the roots of respective
868
- * partitioned tables, for which we also allocate ResulRelInfos.
+ * partitioned tables, for which we also allocate ResultRelInfos.
869
*/
870
estate->es_root_result_relations = NULL;
871
estate->es_num_root_result_relations = 0;
0 commit comments