Lexer again. - Mailing list pgsql-hackers

From Leon
Subject Lexer again.
Date
Msg-id 37CE99EC.2E9EE8DE@udmnet.ru
Whole thread Raw
Responses Re: [HACKERS] Lexer again.
List pgsql-hackers
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.

-- 
Leon.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] vacuum analyze
Next
From: Leon
Date:
Subject: Re: [HACKERS] Postgres' lexer