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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: src/test/isolation/specscanner.l is a few bricks shy of a load
Date: 2011-03-10 04:54:55
Message-ID: 24069.1299732895@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2011-03-10 05:56:49 Re: Fwd: psql include file using relative path
Previous Message Bruce Momjian 2011-03-10 04:43:40 Re: Sync rep doc corrections