Re: [HACKERS] Lexer again.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Lexer again.
Дата
Msg-id 199909280339.XAA29177@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Lexer again.  (Leon <leon@udmnet.ru>)
Список pgsql-hackers
> Bruce Momjian wrote:
> > 
> > > Sorry, guys. Here is the ultimate patch which keeps the entire
> > > behavior as it was, apart from forbidding minus-terminated
> > > operators. Seems that I have to break the habit of doing before
> > > thinking properly :-/  The point is that my second patch breaks
> > > constructs like a & b  or   a ! b. This patch is to be applied
> > > instead of any of two other today's patches.
> > >
> > 
> > Applied.
> 
> Hey! Later discussion on that matter made us think that minus-terminated
> operators have to be preserved, especially considering
> that there is already one such operator here: geometric ?-.
> I'm terribly sorry, but that patch shouldn't be applied. 
> 
> The other patch applied by you which exterminates uminus exclusive
> state in parser is considered to be ok.

Reversed out.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Leon
Дата:
Сообщение: Re: [HACKERS] Lexer again.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] md.c is feeling much better now, thank you