]> 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:00 +0000 (09:56 -0300)
src/backend/optimizer/plan/setrefs.c

index 90c0bb4a1956ac1c737cc8fb08578e523de20c14..55acceabe8ccb26c56d737e71cd03d085342299a 100644 (file)
@@ -884,7 +884,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)