diff options
-rw-r--r-- | src/backend/catalog/partition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index ab891f6ef20..e0d2665a91b 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel) { int orig_index = rbounds[i]->index; - /* If the old index is has no mapping, assign one */ + /* If the old index has no mapping, assign one */ if (mapping[orig_index] == -1) mapping[orig_index] = next_index++; |