Fix typo in comment.
This commit is contained in:
parent
c5b7961252
commit
26555cbd6e
2
src/backend/utils/cache/partcache.c
vendored
2
src/backend/utils/cache/partcache.c
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user