summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2018-03-26 12:55:42 +0000
committerAlvaro Herrera2018-03-26 12:56:00 +0000
commit29c5e341733f3fcc4b790857d663f73a41e6e194 (patch)
treec4f2596c71ba25ff33067face3fe8c7a21c5ec8d
parent915bed756da0a91cad589dd9c213b924ace5a17a (diff)
Fix typo
-rw-r--r--src/backend/optimizer/plan/setrefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/plan/setrefs.c b/src/backend/optimizer/plan/setrefs.c
index 90c0bb4a195..55acceabe8c 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)