Commit acad8b40 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent 25cf4ed1
...@@ -869,7 +869,7 @@ InitPlan(QueryDesc *queryDesc, int eflags) ...@@ -869,7 +869,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
/* /*
* In the partitioned result relation case, lock the non-leaf result * In the partitioned result relation case, lock the non-leaf result
* relations too. A subset of these are the roots of respective * 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_root_result_relations = NULL;
estate->es_num_root_result_relations = 0; estate->es_num_root_result_relations = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment