diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index 0c5b49a5c4..1db87b92b9 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -820,7 +820,7 @@ partition_bounds_copy(PartitionBoundInfo src, int j; /* - * For a corresponding to hash partition, datums array will have two + * For a corresponding hash partition, datums array will have two * elements - modulus and remainder. */ bool hash_part = (key->strategy == PARTITION_STRATEGY_HASH);