Re: [HACKERS] parser dilemma

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] parser dilemma
Дата
Msg-id 20845.1177142799@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] parser dilemma  (Zoltan Boszormenyi <zb@cybertec.at>)
Ответы Re: [HACKERS] parser dilemma
Список pgsql-patches
Zoltan Boszormenyi <zb@cybertec.at> writes:
> Andrew Dunstan �rta:
>> Zoltan Boszormenyi wrote:
>>> On the other hand, marking GENERATED as %right
>>> solves this issue. I hope it's an acceptable solution.
>>
>> If anything I should have thought it would be marked %nonassoc.

> That works, too.

[ a bit alarmed... ]  This is only going to be an acceptable solution
if you can explain *exactly why* it works.  The general story with
associativity/precedence declarations is that you are making bison
resolve ambiguous situations in particular ways.  If you don't have a
100% clear understanding of what the ambiguity is and why this is the
right way to resolve it, you are probably creating a bigger problem.

            regards, tom lane

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

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: [HACKERS] parser dilemma
Следующее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: [HACKERS] parser dilemma