Remove extra word from comment.

This commit is contained in:
Etsuro Fujita 2020-02-20 19:15:01 +09:00
parent fb4815c066
commit aab50a7ae4

View File

@ -820,7 +820,7 @@ partition_bounds_copy(PartitionBoundInfo src,
int j; 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. * elements - modulus and remainder.
*/ */
bool hash_part = (key->strategy == PARTITION_STRATEGY_HASH); bool hash_part = (key->strategy == PARTITION_STRATEGY_HASH);