Re: [HACKERS] which list?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vince Vielhaber <vev(at)michvhf(dot)com>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] which list?
Date: 1999-06-01 00:45:51
Message-ID: 20220.928197951@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Which list are the cvs changes posted to? I see that Tom Lane made
>> changes to just about all of the libpq++ source files but I have no
>> idea what was done.

> Oh, it's a secret.
> To the committers list, I think.

Right. You can subscribe to either committers or committers-digest
(I use the latter). Also, don't forget that you can use "cvs log"
to examine the log file for any particular file you are concerned
about.

For example:

$ cvs log pgtransdb.cc | more

RCS file: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/pgtransdb.cc,v
Working file: pgtransdb.cc
head: 1.3
branch:
locks: strict
access list:
symbolic names:
REL6_4: 1.1.0.2
release-6-3: 1.1
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
----------------------------
revision 1.3
date: 1999/05/30 15:17:58; author: tgl; state: Exp; lines: +4 -4
Replace static rcsid[] strings by IDENTIFICATION comments in
file headers, to conform to established Postgres coding style and avoid
warnings from gcc.
----------------------------

Or even more directly, use "cvs diff" to see the differences between
any two revisions:

$ cvs diff -c -r 1.4 -r 1.5 pglobject.cc
Index: pglobject.cc
===================================================================
RCS file: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/pglobject.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -r1.4 -r1.5
*** pglobject.cc 1999/05/23 01:04:03 1.4
--- pglobject.cc 1999/05/30 15:17:58 1.5
***************
*** 9,14 ****
--- 9,16 ----
*
* Copyright (c) 1994, Regents of the University of California
*
+ * IDENTIFICATION
+ * $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/pglobject.cc,v 1.5 1999/05/30 15:17:58 tgl Exp $
*
*-------------------------------------------------------------------------
*/
***************
*** 18,25 ****
}

#include "pglobject.h"
-
- static char rcsid[] = "$Id: pglobject.cc,v 1.4 1999/05/23 01:04:03 momjian Exp $";

// ****************************************************************
//
--- 20,25 ----

See the cvs manual for these and many more useful features...

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1999-06-01 00:57:26 Re: [HACKERS] which list?
Previous Message Bruce Momjian 1999-06-01 00:45:46 IRC meeting