Re: pgsql/src/backend/optimizer/prep/_deadcode pre ... - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql/src/backend/optimizer/prep/_deadcode pre ...
Date
Msg-id 200207302006.g6UK6HP18301@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql/src/backend/optimizer/prep/_deadcode pre ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
I see, the log shows the file and the info about it.  Makes sense.  It
is just one more step to finding the file.

---------------------------------------------------------------------------

Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Yes, but from my command line, I can see the changes made to any file.
> > How do I see attic files from the command line?
>
> cvs log doesn't seem to have any problem with that.
>
> $ cd ~/pgsql/src/backend/commands
> $ cvs log | grep Attic
> cvs server: Logging .
> RCS file: /cvsroot/pgsql/src/backend/commands/Attic/Makefile.inc,v
> RCS file: /cvsroot/pgsql/src/backend/commands/Attic/async.h,v
> ... etc ...
>
> $ cvs log async.h
>
> RCS file: /cvsroot/pgsql/src/backend/commands/Attic/async.h,v
> Working file: async.h
> ... etc ...
> revision 1.2
> date: 1996/08/28 07:16:07;  author: scrappy;  state: dead;  lines: +1 -1
> Clean up th ecompile process by centralizing the include files
>
>         - code compile tested, but due to a yet unresolved problem with
>           parse.h's creation, compile not completed...
> ----------------------------
>
> $
>
>             regards, tom lane
>

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

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/src/backend/optimizer/prep/_deadcode pre ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h