1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2019-08-07 19:05:20 +09:00
parent 65468cc705
commit dcebb3e9c7

View 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;
}