Re: [COMMITTERS] 'pgsql/src/backend/parser parse.h gram.c'
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Tom Lane <tgl@hub.org>
Cc: committers@postgreSQL.org, Postgres Hackers List <hackers@postgreSQL.org>
Date: 1999-03-03T02:45:11Z
Lists: pgsql-hackers
> Modified Files:
> parse.h gram.c
> Log Message:
> Someone forgot to commit gram.c and parse.h after his latest
> set of updates to gram.y.
I didn't forget! istm that we risk cvs bloat by checking in derived
files like gram.c, when there are probably minor differences in how each
system generates them. So I don't usually check in those files when we
are deep in the middle of hacker development. Of course, that could be
the wrong thing to (not) do...
- Tom