Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita01debe

Browse files
committed
Fix typos in README
Author: Daniel Gustafsson
1 parent7e041b0 commita01debe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/README

Lines changed: 2 additions & 2 deletions
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-
checkswether every partition of one joining relation only matches one
1112+
checkswhether 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 beconsiderd partitioned.
1115+
matching partitions. The join relation can then beconsidered 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)

[8]ページ先頭

©2009-2025 Movatter.jp