Re: Yacc / Bison difficulties - Mailing list pgsql-hackers

From Mark Butler
Subject Re: Yacc / Bison difficulties
Date
Msg-id 3AD5FAAA.CF555AC@middle.net
Whole thread Raw
In response to Re: Yacc / Bison difficulties  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Yacc / Bison difficulties  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Thanks. I didn't realize the need to move the DOUBLE token from the TokenId to
the ColId production.  Will this patch be integrated into the head branch?
- Mark Butler

Peter Eisentraut wrote:
> 
> Mark Butler writes:
> 
> > I was trying to make a minor change today to the gram.y file to make
> > PostgreSQL recognize "DOUBLE" as a data type the way DB2 does.  I ran into
> > reduce / reduce conflicts using both of the methods I tried.
> 
> See attached patch.


pgsql-hackers by date:

Previous
From: "Howard Williams"
Date:
Subject:
Next
From: Mark Butler
Date:
Subject: Re: AW: Truncation of char, varchar types