Skip to content

Commit dcebb3e

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 65468cc commit dcebb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ RelationBuildPartitionDesc(Relation rel)
508508
boundinfo->null_index = mapping[null_index];
509509
}
510510

511-
/* All partition must now have a valid mapping */
511+
/* All partitions must now have a valid mapping */
512512
Assert(next_index == nparts);
513513
break;
514514
}

0 commit comments

Comments
 (0)