@@ -988,7 +988,7 @@ RelationGetPartitionQual(Relation rel)
988988 *Returns information necessary to route tuples down a partition tree
989989 *
990990 * All the partitions will be locked with lockmode, unless it is NoLock.
991- * A list of the OIDs of all the leafpartition of rel is returned in
991+ * A list of the OIDs of all the leafpartitions of rel is returned in
992992 * *leaf_part_oids.
993993 */
994994PartitionDispatch *
@@ -1012,9 +1012,9 @@ RelationGetPartitionDispatchInfo(Relation rel, int lockmode,
10121012 *
10131013 * Cannot use find_all_inheritors() here, because then the order of OIDs
10141014 * in parted_rels list would be unknown, which does not help, because we
1015- *we assign indexes within individual PartitionDispatch in an order that
1016- *is predetermined (determined by the order of OIDs in individual
1017- *partition descriptors).
1015+ * assign indexes within individual PartitionDispatch in an order that is
1016+ * predetermined (determined by the order of OIDs in individual partition
1017+ * descriptors).
10181018 */
10191019* num_parted = 1 ;
10201020parted_rels = list_make1 (rel );