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

From Andrew Gierth
Subject Re: A really subtle lexer bug
Date
Msg-id 87bm9w1eae.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: A really subtle lexer bug  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
>>>>> "Andrew" == Andrew Gierth <andrew@tao11.riddles.org.uk> writes:

 Andrew> Patch attached.

 Andrew> This fixes two bugs:

I'm going to split this into two patches, since the O(N^3) fix can be
backpatched further than the operator token fix; the latter bug was
introduced in 9.5 when operator precedences were corrected, while the
former has been there forever.

(But don't wait for me to post those before commenting on either issue)

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Speeding up INSERTs and UPDATEs to partitioned tables
Next
From: David Rowley
Date:
Subject: Re: ATTACH/DETACH PARTITION CONCURRENTLY