From: Alvaro Herrera Date: Mon, 26 Mar 2018 12:55:42 +0000 (-0300) Subject: Fix typo X-Git-Tag: REL_10_4~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29c5e341733f3fcc4b790857d663f73a41e6e194;p=postgresql Fix typo --- diff --git a/src/backend/optimizer/plan/setrefs.c b/src/backend/optimizer/plan/setrefs.c index 90c0bb4a19..55acceabe8 100644 --- a/src/backend/optimizer/plan/setrefs.c +++ b/src/backend/optimizer/plan/setrefs.c @@ -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)