mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Plural of modulus is moduli
This commit is contained in:
2
src/backend/utils/cache/partcache.c
vendored
2
src/backend/utils/cache/partcache.c
vendored
@ -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 *
|
||||
|
Reference in New Issue
Block a user