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

Commit 1b89c21

Browse files
committed
Fix typo
1 parent 1d494b6 commit 1b89c21

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
@@ -892,7 +892,7 @@ set_plan_refs(PlannerInfo *root, Plan *plan, int rtoffset)
892892
* following list contains the RT indexes of partitioned child
893893
* relations including the root, which are not included in the
894894
* above list. We also keep RT indexes of the roots
895-
* separately to be identitied as such during the executor
895+
* separately to be identified as such during the executor
896896
* initialization.
897897
*/
898898
if (splan->partitioned_rels != NIL)

0 commit comments

Comments
 (0)