Remove extra word from comment.
authorEtsuro Fujita
Thu, 20 Feb 2020 10:15:03 +0000 (19:15 +0900)
committerEtsuro Fujita
Thu, 20 Feb 2020 10:15:03 +0000 (19:15 +0900)
src/backend/partitioning/partbounds.c

index a9c10523f384f9765852a04e7d27a5c96e360fb8..c8f708be125cfdbd77a84578ddfc7e1e59f0aa5e 100644 (file)
@@ -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);