Re: 7.3beta and ecpg

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Alvaro Herrera <alvherre(at)atentus(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Michael Meskes <meskes(at)postgresql(dot)org>, PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Subject: Re: 7.3beta and ecpg
Date: 2002-09-11 08:29:29
Message-ID: 20020911082929.GB22248@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 11, 2002 at 12:56:59AM -0400, Alvaro Herrera wrote:
> Just for the record: bison 1.49b reports lots of "invalid character"
> when processing plpgsql's grammar. However, the regression test passes.
> This is Linux/i686.
>
> $ make gram.c -C src/pl/plpgsql/src
> make: Entering directory `/home/alvherre/CVS/pgsql/src/pl/plpgsql/src'
> bison -y gram.y
> gram.y:101.24: invalid character: `,'

No big deal. Just remove all the ','. The new bison does not like them
as seperators anymore. We will have to make that change in the near
future anyway.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2002-09-11 09:23:45 Re: 7.3beta and ecpg
Previous Message Michael Meskes 2002-09-11 08:21:43 Re: 7.3beta and ecpg