On 02/11/2020 09:40, Peter Eisentraut wrote:
> I noticed that hash_array_extended() does not pass down the collation to
> the element's collation function, unlike hash_array(). As a
> consequence, hash partitioning using text arrays as partition key fails.
>
> The attached patch fixes this. I propose to backpatch this.
+1. Straightforward oversight in commit 5e1963fb764e.
- Heikki