From 2eadd00dd475e8f8731d67baf2a2296b8c13eeec Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Thu, 20 Feb 2020 19:15:03 +0900 Subject: [PATCH] Remove extra word from comment. --- src/backend/partitioning/partbounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index a9c10523f3..c8f708be12 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);