Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 29c5e34

Browse files
committed
Fix typo
1 parent 915bed7 commit 29c5e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/setrefs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ set_plan_refs(PlannerInfo *root, Plan *plan, int rtoffset)
884884
* following list contains the RT indexes of partitioned child
885885
* relations including the root, which are not included in the
886886
* above list. We also keep RT indexes of the roots
887-
* separately to be identitied as such during the executor
887+
* separately to be identified as such during the executor
888888
* initialization.
889889
*/
890890
if (splan->partitioned_rels != NIL)

0 commit comments

Comments
 (0)