mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
Fix typo
This commit is contained in:
parent
1d494b622f
commit
1b89c2188b
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ set_plan_refs(PlannerInfo *root, Plan *plan, int rtoffset)
|
|||
* following list contains the RT indexes of partitioned child
|
||||
* relations including the root, which are not included in the
|
||||
* 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.
|
||||
*/
|
||||
if (splan->partitioned_rels != NIL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue