Re: [HACKERS] Postgres' lexer - Mailing list pgsql-hackers

From Leon
Subject Re: [HACKERS] Postgres' lexer
Date
Msg-id 37BD5931.6D493F98@udmnet.ru
Whole thread Raw
In response to RE: [HACKERS] Postgres' lexer  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
List pgsql-hackers
Ansley, Michael wrote:
> 
> Leon, I see that you have been running into the vltc problem ;-)  I just run
> a flex -p, and went to line 314.

I got it. It is done to prevent minus from sticking to number in
expressions like 'a -2'. Dirty, but it works.

-- 
Leon.
---------
"This may seem a bit weird, but that's okay, because it is weird." -
Perl manpage.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Bug#43221: postgresql: When disk is full, insert corrupts indices
Next
From: "Ansley, Michael"
Date:
Subject: RE: [HACKERS] Postgres' lexer