mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Fix typo
This commit is contained in:
parent
915bed756d
commit
29c5e34173
@ -884,7 +884,7 @@ set_plan_refs(PlannerInfo *root, Plan *plan, int rtoffset)
|
|||||||
* following list contains the RT indexes of partitioned child
|
* following list contains the RT indexes of partitioned child
|
||||||
* relations including the root, which are not included in the
|
* relations including the root, which are not included in the
|
||||||
* above list. We also keep RT indexes of the roots
|
* above list. We also keep RT indexes of the roots
|
||||||
* separately to be identitied as such during the executor
|
* separately to be identified as such during the executor
|
||||||
* initialization.
|
* initialization.
|
||||||
*/
|
*/
|
||||||
if (splan->partitioned_rels != NIL)
|
if (splan->partitioned_rels != NIL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user