From: Etsuro Fujita Date: Thu, 20 Feb 2020 10:15:00 +0000 (+0900) Subject: Remove extra word from comment. X-Git-Tag: REL_13_BETA1~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b01acd463d64c385db0ab728b8cc336549a315;p=thirdparty%2Fpostgresql.git Remove extra word from comment. --- diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index 95af37b9c76..2d61c3f6e36 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -824,7 +824,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);