1
0
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:
Alvaro Herrera
2018-04-19 12:37:23 -03:00
parent e5dcbb88a1
commit 2d625176c0
2 changed files with 4 additions and 4 deletions

View File

@ -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 *