diff options
| author | Alvaro Herrera | 2018-03-26 12:55:42 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2018-03-26 12:56:00 +0000 |
| commit | 29c5e341733f3fcc4b790857d663f73a41e6e194 (patch) | |
| tree | c4f2596c71ba25ff33067face3fe8c7a21c5ec8d | |
| parent | 915bed756da0a91cad589dd9c213b924ace5a17a (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 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) |
