Re: pgsql: Make pgbench's expression lexer reentrant.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Make pgbench's expression lexer reentrant.
Дата
Msg-id 6926.1458493922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Make pgbench's expression lexer reentrant.  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> On 2016-03-19 20:35:48 +0000, Tom Lane wrote:
>> Make pgbench's expression lexer reentrant.

> This appears to have caused build failures on gaur, prairiedog, and
> pademelon

Yeah, I know.  I have a plan for fixing it but wanted to get the
main pgbench parsing rewrite pushed first.

The problem seems to be that the ancient bison version these critters
are using has a bug for the combination of a reentrant lexer and a
non-reentrant parser.  Which it's not so surprising they'd not have
tested.  I think it won't be too painful to dodge this by making the
parser reentrant too (bison %pure-parser), and will look into that
this evening.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: SQL commands in pgbench scripts are now ended by semicolons, not
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.