Re: hash_array_extended() needs to pass down collation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: hash_array_extended() needs to pass down collation
Дата
Msg-id 641013.1604329313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на hash_array_extended() needs to pass down collation  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: hash_array_extended() needs to pass down collation
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> 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.

LGTM

            regards, tom lane



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Fix a typo in verify_heapam.c
Следующее
От: Anastasia Lubennikova
Дата:
Сообщение: Re: Improving psql slash usage help message