Fix typo in comment.
authorEtsuro Fujita
Wed, 7 Aug 2019 10:05:20 +0000 (19:05 +0900)
committerEtsuro Fujita
Wed, 7 Aug 2019 10:05:20 +0000 (19:05 +0900)
src/backend/catalog/partition.c

index 67cb34028339e434e672d7033d7a936c8d26f85e..ad6704079ff4e3c8fc9f5eed88fe7ba8e9f56ec1 100644 (file)
@@ -508,7 +508,7 @@ RelationBuildPartitionDesc(Relation rel)
                        boundinfo->null_index = mapping[null_index];
                    }
 
-                   /* All partition must now have a valid mapping */
+                   /* All partitions must now have a valid mapping */
                    Assert(next_index == nparts);
                    break;
                }