mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
Fix minor typo in comment
Reported-by: Amit Langote
This commit is contained in:
parent
ee01f7092f
commit
123aaffb5b
@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel)
|
||||
{
|
||||
int orig_index = rbounds[i]->index;
|
||||
|
||||
/* If the old index is has no mapping, assign one */
|
||||
/* If the old index has no mapping, assign one */
|
||||
if (mapping[orig_index] == -1)
|
||||
mapping[orig_index] = next_index++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user