Re: v7.2.4 bundled ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: v7.2.4 bundled ...
Дата
Msg-id 9986.1043901436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: v7.2.4 bundled ...  (Rod Taylor <rbt@rbt.ca>)
Ответы Re: v7.2.4 bundled ...  (Kevin Brown <kevin@sysexperts.com>)
Re: v7.2.4 bundled ...  (Kevin Brown <kevin@sysexperts.com>)
Re: v7.2.4 bundled ...  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> Updated to tag REL7_2_4 on FreeBSD 4.7 and cannot compile it.  gram.y
> errors complaining: invalid character: ','.

> bash-2.05b$ bison --version
> bison (GNU Bison) 1.75

We just had that discussion on pgcore.  The 7.2 grammar was developed
against bison 1.28; it works with warnings against bison 1.35, but bison
1.75 just flat rejects it (not for any significant reason, but just
because they decided to get anal-retentive about whether they'd allow
commas in keyword lists).

We could update the 7.2 grammar and compile it with the latest bison,
but we were worried about whether we might introduce any subtle problems
if we did.  The 7.2 branch has received zero testing with bison 1.75.

ISTM that the eve of what'll probably be our last dot-release for 7.2
is not the time to drop a new bison into its toolchain.
        regards, tom lane


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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: [mail] Re: Windows Build System
Следующее
От: Tom Lane
Дата:
Сообщение: Re: v7.2.4 bundled ...