We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cf4ed commit acad8b4Copy full SHA for acad8b4
src/backend/executor/execMain.c
@@ -869,7 +869,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
869
/*
870
* In the partitioned result relation case, lock the non-leaf result
871
* relations too. A subset of these are the roots of respective
872
- * partitioned tables, for which we also allocate ResulRelInfos.
+ * partitioned tables, for which we also allocate ResultRelInfos.
873
*/
874
estate->es_root_result_relations = NULL;
875
estate->es_num_root_result_relations = 0;
0 commit comments