Re: Hacking on PostgreSQL via GIT

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hacking on PostgreSQL via GIT
Date: 2007-04-16 21:32:07
Message-ID: 60irbwc8fc.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

aidan(at)highrise(dot)ca (Aidan Van Dyk) writes:
> I've "diffed" a CVS checkout and a git checkout, and the are *almost*
> identical. Almost, because it seems like my git repository currently has 3
> files that a cvs checkout doesn't:
> backend/parser/gram.c |12088 +++++++++++++++++++++++++++
> interfaces/ecpg/preproc/pgc.c | 2887 ++++++
> interfaces/ecpg/preproc/preproc.c |16988 ++++++++++++++++++++++++++++++++++
>
> And at this point, I haven't been bothered to see where those files came
> from (and where they dissapear) in CVS and why my import isn't picking that
> up... I could probably be pushed if others find this repo really useful,
> but those files problematic...

Those three files are normally generated by either flex or bison
(gram.c depends on gram.y, pgc.c on pgc.l, and preproc.c on
preproc.y); I'd suggest removing those three files from your git
repository.
--
"cbbrowne","@","acm.org"
http://cbbrowne.com/info/rdbms.html
"They laughed at Columbus, they laughed at Fulton, they laughed at the
Wright brothers. But they also laughed at Bozo the Clown."
-- Carl Sagan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Browne 2007-04-16 21:37:26 Re: Hacking on PostgreSQL via GIT
Previous Message Zoltan Boszormenyi 2007-04-16 20:54:45 Re: Re: IDENTITY/GENERATED v36 Re: [PATCHES] Final version of IDENTITY/GENERATED patch