diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2020-02-20 19:15:03 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2020-02-20 19:15:03 +0900 |
commit | 2eadd00dd475e8f8731d67baf2a2296b8c13eeec (patch) | |
tree | de9ff65eaa59c072b90722a2711002d060ecdc33 | |
parent | bbce2912fa899de30783a6a76a6443b5a2aede8d (diff) | |
download | postgresql-2eadd00dd475e8f8731d67baf2a2296b8c13eeec.tar.gz postgresql-2eadd00dd475e8f8731d67baf2a2296b8c13eeec.zip |
Remove extra word from comment.
-rw-r--r-- | src/backend/partitioning/partbounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |