From: Etsuro Fujita Date: Thu, 20 Feb 2020 10:15:03 +0000 (+0900) Subject: Remove extra word from comment. X-Git-Tag: REL_11_8~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2eadd00dd475e8f8731d67baf2a2296b8c13eeec;p=thirdparty%2Fpostgresql.git Remove extra word from comment. --- diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index a9c10523f38..c8f708be125 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -257,7 +257,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);