hash_array_extended() needs to pass down collation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема hash_array_extended() needs to pass down collation
Дата
Msg-id 32c1fdae-95c6-5dc6-058a-a90330a3b621@enterprisedb.com
обсуждение исходный текст
Ответы Re: hash_array_extended() needs to pass down collation
Re: hash_array_extended() needs to pass down collation
Список pgsql-hackers
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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Reduce the number of special cases to build contrib modules on windows
Следующее
От: Amit Langote
Дата:
Сообщение: Re: making update/delete of inheritance trees scale better