Re: Flex vs Lex

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Flex vs Lex
Дата
Msg-id 200008201629.MAA25124@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Flex vs Lex  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> On Sun, 20 Aug 2000, Peter Eisentraut wrote:
> 
> > Barring protests, I will instruct configure and the makefiles to only look
> > for and use Flex rather than any old Lex, since the latter won't work
> > anyway. If at a later date someone has a burning desire to make things
> > work with FooNix Lex it should be a relatively simple change back -- in
> > any case simpler than making that other lex work in the first place.
> 
> okay, just checked FreeBSD, and /usr/bin/lex == /usr/bin/flex, so we're
> safe here, but what about the other OSs? Any chance one of them has flex
> installed as just lex?

BSDI.  Don't make the change.
#$ flexbash: flex: command not found#$ lex

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: mac.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Optimisation deficiency: currval('seq')-->seq scan, constant-->index scan