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:
parent
65468cc705
commit
dcebb3e9c7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user