Re: fix for bison warnings - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: fix for bison warnings
Date
Msg-id 200203191256.g2JCulw15344@candle.pha.pa.us
Whole thread Raw
In response to fix for bison warnings  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-patches
Applied ecpg section.  Tom is applying the rest.

---------------------------------------------------------------------------

Neil Conway wrote:
> Bison 1.34 is more picky about requiring rules to be terminated with
> semi-colons. As a result, current sources generate a number of warnings.
> This patch fixes that.
>
> I'm no yacc expert, but this is pretty straight forward, so hopefully I
> haven't buggered anything ;-) It passes the regression tests.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway@rogers.com>
> PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Fixes gram.y
Next
From: Bruce Momjian
Date:
Subject: Re: Add regression tests for ADD PRIMARY KEY