Commit 1b89c218 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

parent 1d494b62
...@@ -892,7 +892,7 @@ set_plan_refs(PlannerInfo *root, Plan *plan, int rtoffset) ...@@ -892,7 +892,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)
......
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