Re: citext operator precedence fix

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: citext operator precedence fix
Дата
Msg-id 5863.1316653922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: citext operator precedence fix  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: citext operator precedence fix
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
>> Yeah, I'm worried about the possibility of parser failing to resolve
>> which operator is meant.

> Any idea of how to test for that?  What kind of situations would make
> things difficult for the parser?

Not sure, but it would be underspecified cases such as 'x' = 'x' that
might have trouble.  I may be worrying over nothing --- I'm just trying
to point out some trouble spots you'd better watch for while messing
with this.
        regards, tom lane


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Separating bgwriter and checkpointer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [v9.2] make_greater_string() does not return a string in some cases