Attached patch gets rid of a "is has".

Thanks,
Amit
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index ab891f6ef2..e0d2665a91 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++;
 
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to