Re: Parser Cruft in gram.y

From: "McDevitt, Charles" <Charles(dot)McDevitt(at)emc(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kevin Grittner <kgrittn(at)mail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parser Cruft in gram.y
Date: 2012-12-20 23:23:07
Message-ID: 55FBC2C083A01C47BF5E0F1FF7F416BC30DF2F2A@MX103CL02.corp.emc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2012-12-20 23:37:15 Re: ThisTimeLineID in checkpointer and bgwriter processes
Previous Message Andres Freund 2012-12-20 23:16:42 Re: Parser Cruft in gram.y