]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 26 Mar 2018 12:55:42 +0000 (09:55 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 26 Mar 2018 12:56:41 +0000 (09:56 -0300)
src/backend/optimizer/plan/setrefs.c

index 4617d12cb93ae4220e88c9b9af0f43c09262c748..69dd327f0c9214d94f6d2f9f32220c9e30210acb 100644 (file)
@@ -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)