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

From Bruce Momjian
Subject Re: fix for bison warnings
Date
Msg-id 200203190154.g2J1sak00657@candle.pha.pa.us
Whole thread Raw
In response to Re: fix for bison warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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@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: Tom Lane
Date:
Subject: Re: fix for bison warnings
Next
From: Bruce Momjian
Date:
Subject: Re: Domain Support -- another round