diff options
Diffstat (limited to 'src/backend/utils')
-rw-r--r-- | src/backend/utils/cache/partcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/partcache.c b/src/backend/utils/cache/partcache.c index e2f677a46a4..833246ee87f 100644 --- a/src/backend/utils/cache/partcache.c +++ b/src/backend/utils/cache/partcache.c @@ -612,7 +612,7 @@ RelationBuildPartitionDesc(Relation rel) { case PARTITION_STRATEGY_HASH: { - /* Modulus are stored in ascending order */ + /* Moduli are stored in ascending order */ int greatest_modulus = hbounds[ndatums - 1]->modulus; boundinfo->indexes = (int *) palloc(greatest_modulus * |