From: Simon Riggs Date: Tue, 18 Apr 2017 10:57:11 +0000 (+0100) Subject: Fix minor typo in comment X-Git-Tag: REL_10_BETA1~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=123aaffb5b881f3dadaac676877a90b50233a847;p=thirdparty%2Fpostgresql.git Fix minor typo in comment Reported-by: Amit Langote --- 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++;