Re: Yacc / Bison difficulties

From: Mark Butler <butlerm(at)middle(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Yacc / Bison difficulties
Date: 2001-04-12 18:57:46
Message-ID: 3AD5FAAA.CF555AC@middle.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Butler 2001-04-12 19:35:11 Re: AW: Truncation of char, varchar types
Previous Message Peter Eisentraut 2001-04-12 18:22:24 Re: Yacc / Bison difficulties