Re: A really subtle lexer bug

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: A really subtle lexer bug
Дата
Msg-id 87bm9w1eae.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: A really subtle lexer bug  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Speeding up INSERTs and UPDATEs to partitioned tables
Следующее
От: David Rowley
Дата:
Сообщение: Re: ATTACH/DETACH PARTITION CONCURRENTLY