aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/utils/cache/partcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/partcache.c b/src/backend/utils/cache/partcache.c
index cd614eefac9..331c0f24754 100644
--- a/src/backend/utils/cache/partcache.c
+++ b/src/backend/utils/cache/partcache.c
@@ -709,7 +709,7 @@ RelationBuildPartitionDesc(Relation rel)
boundinfo->default_index = mapping[default_index];
}
- /* All partition must now have a valid mapping */
+ /* All partitions must now have a valid mapping */
Assert(next_index == nparts);
break;
}