We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee01f70 commit 123aaffCopy full SHA for 123aaff
src/backend/catalog/partition.c
@@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel)
549
{
550
int orig_index = rbounds[i]->index;
551
552
- /* If the old index is has no mapping, assign one */
+ /* If the old index has no mapping, assign one */
553
if (mapping[orig_index] == -1)
554
mapping[orig_index] = next_index++;
555
0 commit comments