Commit 123aaffb authored by Simon Riggs's avatar Simon Riggs

Fix minor typo in comment

Reported-by: Amit Langote
parent ee01f709
...@@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel) ...@@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel)
{ {
int orig_index = rbounds[i]->index; 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) if (mapping[orig_index] == -1)
mapping[orig_index] = next_index++; mapping[orig_index] = next_index++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment