summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/partcache.c
diff options
context:
space:
mode:
authorAlvaro Herrera2018-04-19 15:37:23 +0000
committerAlvaro Herrera2018-04-19 15:39:13 +0000
commit2d625176c013ed185250aab3f8a1d175d81d4f3b (patch)
tree77ad65fe6517dac11090dee883538a6f2bcd52af /src/backend/utils/cache/partcache.c
parente5dcbb88a15d445e0ccb3db3194f4a122b792df6 (diff)
Plural of modulus is moduli
Diffstat (limited to 'src/backend/utils/cache/partcache.c')
-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 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 *