Re: Flex vs Lex - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Flex vs Lex
Date
Msg-id 200008201629.MAA25124@candle.pha.pa.us
Whole thread Raw
In response to Re: Flex vs Lex  (The Hermit Hacker <scrappy@hub.org>)
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: mac.c
Next
From: Tom Lane
Date:
Subject: Re: Optimisation deficiency: currval('seq')-->seq scan, constant-->index scan