From 1b89c2188bd38eac68251f16051859996128f2d0 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 26 Mar 2018 09:55:42 -0300 Subject: [PATCH] Fix typo --- src/backend/optimizer/plan/setrefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/plan/setrefs.c b/src/backend/optimizer/plan/setrefs.c index 4617d12cb9..69dd327f0c 100644 --- a/src/backend/optimizer/plan/setrefs.c +++ b/src/backend/optimizer/plan/setrefs.c @@ -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) -- 2.40.0