Re: pgsql: Enable script to generate preproc.y in build process.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Enable script to generate preproc.y in build process.
Дата
Msg-id 7799.1226788789@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Enable script to generate preproc.y in build process.  ("Alex Hunsaker" <badalex@gmail.com>)
Ответы Re: pgsql: Enable script to generate preproc.y in build process.
Список pgsql-committers
"Alex Hunsaker" <badalex@gmail.com> writes:
> On Sat, Nov 15, 2008 at 15:23, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Huh ... what gcc and bison versions are you using?  The code is
>> certainly wrong but I wonder why nobody else saw this error.

> $ bison --version
> bison (GNU Bison) 2.4

Interesting.  Looking at the generated code, it seems that the older
bison versions I have here (2.3 and 1.875) insert an extra semicolon at
the end of any action.  Apparently 2.4 doesn't do that anymore ...
I wonder how many other projects' code will break?

            regards, tom lane

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

Предыдущее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: pgsql: Enable script to generate preproc.y in build process.
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: Enable script to generate preproc.y in build process.