Re: pgsql/src/backend/parser gram.y

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Cc: Bruce Momjian - CVS <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/parser gram.y
Date: 2002-06-19 05:55:08
Message-ID: 200206190555.g5J5t8K13728@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Thomas Lockhart wrote:
> > Modified files:
> > src/backend/parser: gram.y
> > Log message:
> > Wrap long gram.y lines.
>
> Argh. I've been making some (minor) changes to gram.y and had noticed
> some indenting troubles too. I'll bet it conflicts :(

Yes, I have to do gram.y manually. Few indenters can do yacc files.

> Does the cvs head now compile and run? If so (or if when) I'll merge and
> remove conflicts...

Sure, CVS runs fine. I am working on some COPY syntax changes, but that
will not effect your changes. Let me know if you want help merging. I
know what I changed.

--
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-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-06-19 06:11:37 pgsql/doc/src/sgml features.sgml
Previous Message Thomas Lockhart 2002-06-19 05:26:37 Re: pgsql/src/backend/parser gram.y

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-19 06:13:37 COPY syntax improvement
Previous Message Thomas Lockhart 2002-06-19 05:50:21 Re: PostgreSQL SQL92: CORRESPONDING BY