forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2af28e6
committed
For partitionwise join, match on partcollation, not parttypcoll.
The previous code considered two tables to have the partition schemeif the underlying columns had the same collation, but what weactually need to compare is not the collations associated with thecolumn but the collation used for partitioning. Fix that.Robert Haas and Amit LangoteDiscussion:http://postgr.es/m/0f95f924-0efa-4cf5-eb5f-9a3d1bc3c33d@lab.ntt.co.jp1 parent73797b7 commit2af28e6
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1891 | 1891 |
| |
1892 | 1892 |
| |
1893 | 1893 |
| |
1894 |
| - | |
| 1894 | + | |
1895 | 1895 |
| |
1896 | 1896 |
| |
1897 | 1897 |
| |
| |||
1926 | 1926 |
| |
1927 | 1927 |
| |
1928 | 1928 |
| |
1929 |
| - | |
1930 |
| - | |
| 1929 | + | |
| 1930 | + | |
1931 | 1931 |
| |
1932 | 1932 |
| |
1933 | 1933 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
| 354 | + | |
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
|
0 commit comments
Comments
(0)