Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 700c733

Browse files
author
Etsuro Fujita
committed
Add missing word to comment in joinrels.c.
Author: Amit Langote Backpatch-through: 13 Discussion: https://postgr.es/m/CA%2BHiwqGQNbtamQ_9DU3osR1XiWR4wxWFZurPmN6zgbdSZDeWmw%40mail.gmail.com
1 parent 05c4248 commit 700c733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/optimizer/path/joinrels.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1619,9 +1619,9 @@ compute_partition_bounds(PlannerInfo *root, RelOptInfo *rel1,
16191619

16201620
/*
16211621
* See if the partition bounds for inputs are exactly the same, in
1622-
* which case we don't need to work hard: the join rel have the same
1623-
* partition bounds as inputs, and the partitions with the same
1624-
* cardinal positions form the pairs.
1622+
* which case we don't need to work hard: the join rel will have the
1623+
* same partition bounds as inputs, and the partitions with the same
1624+
* cardinal positions will form the pairs.
16251625
*
16261626
* Note: even in cases where one or both inputs have merged bounds, it
16271627
* would be possible for both the bounds to be exactly the same, but

0 commit comments

Comments
 (0)