Re: Support LIKE with nondeterministic collations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Support LIKE with nondeterministic collations
Дата
Msg-id bb5c479c-abc8-483f-9bfb-18894dc23a90@eisentraut.org
обсуждение исходный текст
Ответ на Re: Support LIKE with nondeterministic collations  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
On 20.11.24 08:29, jian he wrote:
> in match_pattern_prefix maybe change
>      if (expr_coll && !get_collation_isdeterministic(expr_coll))
>          return NIL;
> to
>      if (OidIsValid(expr_coll) && !get_collation_isdeterministic(expr_coll))
>          return NIL;

I left it like it was, because this was existing code that I'm just 
moving around.

> other than that, I didn't find any issue.

I have committed it, thanks.




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