Re: fix for bison warnings

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: fix for bison warnings
Date: 2002-03-19 00:35:39
Message-ID: 200203190035.g2J0Zd514240@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I recently fixed several such problems in ecpg and will apply any
remaining ones from this patch.

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

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(at)rogers(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-19 01:14:41 Re: Docs on BOOTSTRAP relations
Previous Message Bruce Momjian 2002-03-18 23:30:12 Re: Add regression tests for ADD PRIMARY KEY