mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 09:38:27 -04:00
Fix typo in comment.
This commit is contained in:
parent
65468cc705
commit
dcebb3e9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue