mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typos in comments.
This commit is contained in:
@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts,
|
|||||||
boundinfo->default_index = (*mapping)[default_index];
|
boundinfo->default_index = (*mapping)[default_index];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* All partition must now have been assigned canonical indexes. */
|
/* All partitions must now have been assigned canonical indexes. */
|
||||||
Assert(next_index == nparts);
|
Assert(next_index == nparts);
|
||||||
return boundinfo;
|
return boundinfo;
|
||||||
}
|
}
|
||||||
@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts,
|
|||||||
Assert(i == ndatums);
|
Assert(i == ndatums);
|
||||||
boundinfo->indexes[i] = -1;
|
boundinfo->indexes[i] = -1;
|
||||||
|
|
||||||
/* All partition must now have been assigned canonical indexes. */
|
/* All partitions must now have been assigned canonical indexes. */
|
||||||
Assert(next_index == nparts);
|
Assert(next_index == nparts);
|
||||||
return boundinfo;
|
return boundinfo;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user