mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Remove extra word from comment.
This commit is contained in:
@ -820,7 +820,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);
|
||||
|
Reference in New Issue
Block a user