Is postgresql on Windows compatible with flex 2.6.0?

Поиск
Список
Период
Сортировка
От Victor Wagner
Тема Is postgresql on Windows compatible with flex 2.6.0?
Дата
Msg-id 20151210114527.1c44d11c@fafnir.local.vm
обсуждение исходный текст
Ответы Re: Is postgresql on Windows compatible with flex 2.6.0?  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Collegues,

Recently (about a month ago) flex 2.6.0 have been released.

But when we tried to compile PostgreSQL 9.5 beta 1 from git with it on
Windows, we've encountered that src/tools/msvc/pgflex.pl explicitely 
checks that minor version of flex is equal to 5.
   unless ($verparts[0] == 2 && $verparts[1] == 5 && $verparts[2]   >=31) { print "WARNING! Flex install not found, or
unsupportedFlex      version.\n"; print "echo Attempting to build without.\n";      exit 0;   }
 

Is this check intentional, or it just seats here from the time when
version 2.6.0 didn't exist?

Postgres seems to compile fine with flex 2.6.0.

--
    Victor Wagner



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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Making tab-complete.c easier to maintain
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Rework the way multixact truncations work