@@ -988,7 +988,7 @@ RelationGetPartitionQual(Relation rel)
988
988
*Returns information necessary to route tuples down a partition tree
989
989
*
990
990
* 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
992
992
* *leaf_part_oids.
993
993
*/
994
994
PartitionDispatch *
@@ -1012,9 +1012,9 @@ RelationGetPartitionDispatchInfo(Relation rel, int lockmode,
1012
1012
*
1013
1013
* Cannot use find_all_inheritors() here, because then the order of OIDs
1014
1014
* 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).
1018
1018
*/
1019
1019
* num_parted = 1 ;
1020
1020
parted_rels = list_make1 (rel );