[HACKERS] src/test/isolation/specscanner.l is a few bricks shy of a load

2011-03-09 Thread Tom Lane
Somebody needs to brush up their flex-fu:

make[1]: Entering directory `/home/postgres/pgsql/src/test/isolation'
/usr/local/bin/bison  -o specparse.c specparse.y
/usr/local/bin/flex  -o'specscanner.c' specscanner.l
specscanner.l:85: warning, -s option given but default rule can be matched
make[1]: Leaving directory `/home/postgres/pgsql/src/test/isolation'

regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] src/test/isolation/specscanner.l is a few bricks shy of a load

2011-03-09 Thread Heikki Linnakangas

On 10.03.2011 06:54, Tom Lane wrote:

Somebody needs to brush up their flex-fu:

make[1]: Entering directory `/home/postgres/pgsql/src/test/isolation'
/usr/local/bin/bison  -o specparse.c specparse.y
/usr/local/bin/flex  -o'specscanner.c' specscanner.l
specscanner.l:85: warning, -s option given but default rule can be matched
make[1]: Leaving directory `/home/postgres/pgsql/src/test/isolation'


Thanks, fixed.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers