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

Commit a01debe

Browse files
committed
Fix typos in README
Author: Daniel Gustafsson
1 parent 7e041b0 commit a01debe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@ compatibly partitioned tables.
11091109
Even if the joining relations don't have exactly the same partition bounds,
11101110
partitionwise join can still be applied by using an advanced
11111111
partition-matching algorithm. For both the joining relations, the algorithm
1112-
checks wether every partition of one joining relation only matches one
1112+
checks whether every partition of one joining relation only matches one
11131113
partition of the other joining relation at most. In such a case the join
11141114
between the joining relations can be broken down into joins between the
1115-
matching partitions. The join relation can then be considerd partitioned.
1115+
matching partitions. The join relation can then be considered partitioned.
11161116
The algorithm produces the pairs of the matching partitions, plus the
11171117
partition bounds for the join relation, to allow partitionwise join for
11181118
computing the join. The algorithm is implemented in partition_bounds_merge().

0 commit comments

Comments
 (0)