diff options
| author | Alvaro Herrera | 2018-03-26 12:55:42 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2018-03-26 12:56:41 +0000 |
| commit | 1b89c2188bd38eac68251f16051859996128f2d0 (patch) | |
| tree | c44e428e95eeed54a1e2c7b2496ad8f677c79e31 | |
| parent | 1d494b622fa9dfdbd7213f357cd38def0125a322 (diff) | |
Fix typo
| -rw-r--r-- | src/backend/optimizer/plan/setrefs.c | 2 |
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) |
