Re: [HACKERS] Lexer again. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Lexer again.
Date
Msg-id 199909280339.XAA29177@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Lexer again.  (Leon <leon@udmnet.ru>)
List 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 by date:

Previous
From: Leon
Date:
Subject: Re: [HACKERS] Lexer again.
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] md.c is feeling much better now, thank you