Re: Hacking on PostgreSQL via GIT

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Hacking on PostgreSQL via GIT
Дата
Msg-id 20070416182755.GP5658@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Hacking on PostgreSQL via GIT  (Aidan Van Dyk <aidan@highrise.ca>)
Ответы Re: Hacking on PostgreSQL via GIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Aidan Van Dyk wrote:

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

These files are generated (from gram.y, pgc.l and preproc.y
respectievly) and are not present in the CVS repo, though I think they
have been at some point.

It's strange that other generated files (that have also been in the repo
in the past) like preproc.h are not showing up.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IDENTITY/GENERATED v36 Re: [PATCHES] Final version of IDENTITY/GENERATED patch
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Re: IDENTITY/GENERATED v36 Re: [PATCHES] Final version of IDENTITY/GENERATED patch