Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> However, I'm not sure whether 2.5.4 will choke on unrecognized %option
>> commands --- if it has to be conditional on version it'll be a PITA.
> %option noyyget_in
> causes flex 2.5.4a to barf:
On closer investigation, flex does contain prototypes for these
functions, but it neglects to emit them! AFAICS this is simply a flex
bug, and one already reported. I added a comment here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1628314&group_id=97492&atid=618177
My advice is now that we do nothing, just wait for the flex folk to fix it.
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Tatsuo Ishii | Date: 2007-03-02 05:32:11 |
| Subject: broken doc |
| Previous: | From: Postgres User | Date: 2007-03-02 03:39:01 |
| Subject: Re: Fun with Cursors- how to rewind a cursor |