mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix minor typo in comment
Reported-by: Amit Langote
This commit is contained in:
@ -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++;
|
||||
|
||||
|
Reference in New Issue
Block a user