diff options
| author | Alvaro Herrera | 2018-04-19 15:37:23 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2018-04-19 15:39:13 +0000 |
| commit | 2d625176c013ed185250aab3f8a1d175d81d4f3b (patch) | |
| tree | 77ad65fe6517dac11090dee883538a6f2bcd52af /src/backend/utils/cache/partcache.c | |
| parent | e5dcbb88a15d445e0ccb3db3194f4a122b792df6 (diff) | |
Plural of modulus is moduli
Diffstat (limited to 'src/backend/utils/cache/partcache.c')
| -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 * |
