mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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
This commit is contained in:
parent
aee83f39a8
commit
08f37e2592
@ -1618,9 +1618,9 @@ compute_partition_bounds(PlannerInfo *root, RelOptInfo *rel1,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* See if the partition bounds for inputs are exactly the same, in
|
* 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
|
* which case we don't need to work hard: the join rel will have the
|
||||||
* partition bounds as inputs, and the partitions with the same
|
* same partition bounds as inputs, and the partitions with the same
|
||||||
* cardinal positions form the pairs.
|
* cardinal positions will form the pairs.
|
||||||
*
|
*
|
||||||
* Note: even in cases where one or both inputs have merged bounds, it
|
* 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
|
* would be possible for both the bounds to be exactly the same, but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user