From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql/src/backend/optimizer/prep/_deadcode pre ... |
Date: | 2002-07-30 19:54:23 |
Message-ID: | 18375.1028058863@sss.pgh.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-07-30 20:06:17 | Re: pgsql/src/backend/optimizer/prep/_deadcode pre ... |
Previous Message | Bruce Momjian - CVS | 2002-07-30 19:47:09 | pgsql/doc TODO |