Commit 4b40e44
committed
Fix failure with textual partition hash keys.
Commit 5e1963f overlooked two places in partbounds.c that now
need to pass a collation identifier to the hash functions for
a partition key column.
Amit Langote, per report from Jesper Pedersen
Discussion: https://postgr.es/m/a620f85a-42ab-e0f3-3337-b04b97e2e2f5@redhat.com1 parent 47169c2 commit 4b40e44
File tree
3 files changed
+39
-13
lines changed- src
- backend/partitioning
- test/regress
- expected
- sql
3 files changed
+39
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2742 | 2742 | | |
2743 | 2743 | | |
2744 | 2744 | | |
2745 | | - | |
| 2745 | + | |
| 2746 | + | |
2746 | 2747 | | |
2747 | 2748 | | |
2748 | 2749 | | |
| |||
2777 | 2778 | | |
2778 | 2779 | | |
2779 | 2780 | | |
2780 | | - | |
| 2781 | + | |
| 2782 | + | |
2781 | 2783 | | |
2782 | 2784 | | |
2783 | 2785 | | |
| |||
2850 | 2852 | | |
2851 | 2853 | | |
2852 | 2854 | | |
| 2855 | + | |
| 2856 | + | |
2853 | 2857 | | |
2854 | 2858 | | |
2855 | 2859 | | |
| |||
2866 | 2870 | | |
2867 | 2871 | | |
2868 | 2872 | | |
2869 | | - | |
2870 | 2873 | | |
2871 | 2874 | | |
2872 | 2875 | | |
| |||
2885 | 2888 | | |
2886 | 2889 | | |
2887 | 2890 | | |
| 2891 | + | |
2888 | 2892 | | |
2889 | 2893 | | |
2890 | 2894 | | |
| |||
2926 | 2930 | | |
2927 | 2931 | | |
2928 | 2932 | | |
2929 | | - | |
2930 | | - | |
2931 | | - | |
2932 | | - | |
2933 | | - | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
2934 | 2937 | | |
2935 | 2938 | | |
2936 | 2939 | | |
| |||
2965 | 2968 | | |
2966 | 2969 | | |
2967 | 2970 | | |
2968 | | - | |
2969 | | - | |
2970 | | - | |
2971 | | - | |
2972 | | - | |
| 2971 | + | |
| 2972 | + | |
| 2973 | + | |
| 2974 | + | |
2973 | 2975 | | |
2974 | 2976 | | |
2975 | 2977 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
102 | 115 | | |
103 | 116 | | |
104 | 117 | | |
| 118 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
| 90 | + | |
0 commit comments