Re: A really subtle lexer bug - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: A really subtle lexer bug
Date
Msg-id 87r2ipylw4.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: A really subtle lexer bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: A really subtle lexer bug
List pgsql-hackers
Here's what I will push unless there's something important I missed.

I split the regression tests between create_operator.sql and
polymorphism.sql, because => is really "named argument syntax" rather
than an operator as such, and polymorphism.sql is where the existing
tests were for that.

I tried to keep the three lexers as closely matched as possible, even
though psqlscan.l doesn't actually need some of the changes.

-- 
Andrew (irc:RhodiumToad)


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Improve OR conditions on joined columns (common star schema problem)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Optional message to user when terminating/cancelling backend