Skip to content

Commit aab50a7

Browse files
author
Etsuro Fujita
committed
Remove extra word from comment.
1 parent fb4815c commit aab50a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/partitioning/partbounds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ partition_bounds_copy(PartitionBoundInfo src,
820820
int j;
821821

822822
/*
823-
* For a corresponding to hash partition, datums array will have two
823+
* For a corresponding hash partition, datums array will have two
824824
* elements - modulus and remainder.
825825
*/
826826
bool hash_part = (key->strategy == PARTITION_STRATEGY_HASH);

0 commit comments

Comments
 (0)