Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2019-08-07 19:05:19 +09:00
parent c5b7961252
commit 26555cbd6e

View File

@ -709,7 +709,7 @@ RelationBuildPartitionDesc(Relation rel)
boundinfo->default_index = mapping[default_index];
}
/* All partition must now have a valid mapping */
/* All partitions must now have a valid mapping */
Assert(next_index == nparts);
break;
}