aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2020-02-20 19:15:00 +0900
committerEtsuro Fujita <efujita@postgresql.org>2020-02-20 19:15:00 +0900
commit53b01acd463d64c385db0ab728b8cc336549a315 (patch)
tree0b06cbb04732381bc4598f295c202e7b6d161317 /src
parentd55e9ae2633ee462d554dddc08d640d725dd6494 (diff)
downloadpostgresql-53b01acd463d64c385db0ab728b8cc336549a315.tar.gz
postgresql-53b01acd463d64c385db0ab728b8cc336549a315.zip
Remove extra word from comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/partitioning/partbounds.c2
1 files changed, 1 insertions, 1 deletions
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);