Re: fix for bison warnings

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: fix for bison warnings
Date: 2002-03-19 01:54:36
Message-ID: 200203190154.g2J1sak00657@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I recently fixed several such problems in ecpg and will apply any
> > remaining ones from this patch.
>
> I will apply the main-grammar parts of this, as it overlaps with some
> changes I'm about to commit. (I'd noticed one or two of the missing
> semis myself while making schema-related edits, but it's good to have
> a tool that finds them all...)

Fine. Yes, I was surprised it didn't fail without the semicolons.

> I'm not planning to touch ecpg's grammar however, as my luck with
> updating ecpg has been very bad --- Meskes keeps overwriting my
> changes :-(.

My guess is that I already fixed all the ecpg ones as part of my
reformatting but I will make sure and apply any ecpg parts I missed.

--
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

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-19 02:16:51 Re: Domain Support -- another round
Previous Message Tom Lane 2002-03-19 01:52:35 Re: fix for bison warnings