mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo
This commit is contained in:
parent
0692f29ab7
commit
6695e956f8
@ -865,7 +865,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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user