mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
Remove extra word from comment.
This commit is contained in:
parent
d55e9ae263
commit
53b01acd46
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue