aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-03-26 09:55:42 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-03-26 09:56:41 -0300
commit1b89c2188bd38eac68251f16051859996128f2d0 (patch)
treec44e428e95eeed54a1e2c7b2496ad8f677c79e31 /src
parent1d494b622fa9dfdbd7213f357cd38def0125a322 (diff)
downloadpostgresql-1b89c2188bd38eac68251f16051859996128f2d0.tar.gz
postgresql-1b89c2188bd38eac68251f16051859996128f2d0.zip
Fix typo
Diffstat (limited to 'src')
-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 4617d12cb93..69dd327f0c9 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)