aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2021-10-07 17:45:01 +0900
committerEtsuro Fujita <efujita@postgresql.org>2021-10-07 17:45:01 +0900
commitef2e107f548cfbd22060e92c0f435616cac2f57c (patch)
tree8d5d3114441c985b1ab8406494c1e579ad405e98
parent12ff678e1d657fc94a1cfa90f1b85dd9bd79e1e6 (diff)
downloadpostgresql-ef2e107f548cfbd22060e92c0f435616cac2f57c.tar.gz
postgresql-ef2e107f548cfbd22060e92c0f435616cac2f57c.zip
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
-rw-r--r--src/backend/optimizer/path/joinrels.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/optimizer/path/joinrels.c b/src/backend/optimizer/path/joinrels.c
index 0dbe2ac7265..e8c180cc81d 100644
--- a/src/backend/optimizer/path/joinrels.c
+++ b/src/backend/optimizer/path/joinrels.c
@@ -1618,9 +1618,9 @@ compute_partition_bounds(PlannerInfo *root, RelOptInfo *rel1,
/*
* See if the partition bounds for inputs are exactly the same, in
- * which case we don't need to work hard: the join rel have the same
- * partition bounds as inputs, and the partitions with the same
- * cardinal positions form the pairs.
+ * which case we don't need to work hard: the join rel will have the
+ * same partition bounds as inputs, and the partitions with the same
+ * cardinal positions will form the pairs.
*
* Note: even in cases where one or both inputs have merged bounds, it
* would be possible for both the bounds to be exactly the same, but