Skip to content

Commit 08f37e2

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 aee83f3 commit 08f37e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/optimizer/path/joinrels.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,9 +1618,9 @@ compute_partition_bounds(PlannerInfo *root, RelOptInfo *rel1,
16181618

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

0 commit comments

Comments
 (0)