Re: cache lookup failed for collation 0

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: cache lookup failed for collation 0
Дата
Msg-id eb348ff1-4bc6-412d-9619-ec72a95d9372@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: cache lookup failed for collation 0  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers
On 2019-04-15 07:44, Jeevan Chalke wrote:
>     The root cause is that the same code match_pattern_prefix() is being
>     used for text and bytea, but bytea does not use collations, so having
>     the collation 0 is expected, and we shouldn't call
>     get_collation_isdeterministic() in that case.
> 
>     Proposed patch attached.
> 
> Looks fine to me.

Committed, thanks.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Floris Van Nee
Дата:
Сообщение: Re: partitioning performance tests after recent patches
Следующее
От: zedaardv@gmail.com
Дата:
Сообщение: Re: PANIC: could not flush dirty data: Operation not permitted power8, Redhat Centos