Re: Parser Cruft in gram.y - Mailing list pgsql-hackers

From McDevitt, Charles
Subject Re: Parser Cruft in gram.y
Date
Msg-id 55FBC2C083A01C47BF5E0F1FF7F416BC30DF2F2A@MX103CL02.corp.emc.com
Whole thread Raw
In response to Re: Parser Cruft in gram.y  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
> >
> > The GLR output from Bison is licensed under the GPL (unlike the LALR output).
> > So using Bison's GLR mode isn't an option.
>
> Thats not the case anymore:
> http://www.gnu.org/software/bison/manual/html_node/Conditions.html

Sorry!  My mistake... I didn't realize they changed the rules.
I'll be more careful to check these things in the future.




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Parser Cruft in gram.y
Next
From: Fujii Masao
Date:
Subject: Re: ThisTimeLineID in checkpointer and bgwriter processes