What bison versions are installed on buildfarm machines?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема What bison versions are installed on buildfarm machines?
Дата
Msg-id 7285.1136224482@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: What bison versions are installed on buildfarm machines?  ("Andrew Dunstan" <andrew@dunslane.net>)
Re: What bison versions are installed on buildfarm machines?  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Re: What bison versions are installed on buildfarm machines?  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
Is there any way to find out $subject?  I see that several of the
buildfarm machines are choking on a patch I committed yesterday:

guc-file.l: In function `ProcessConfigFile':
guc-file.l:162: error: `YY_FLUSH_BUFFER' undeclared (first use in this function)
guc-file.l:162: error: (Each undeclared identifier is reported only once
guc-file.l:162: error: for each function it appears in.)
make[4]: *** [guc.o] Error 1

YY_FLUSH_BUFFER is documented as a standard macro in bison 1.875, which
is the oldest version we officially support.  But I'm prepared to change
it if there is another way that would work with a wider range of bison
versions.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] default resource limits
Следующее
От: Jon Jensen
Дата:
Сообщение: Re: Why don't we allow DNS names in pg_hba.conf?