Re: cvsweb upgraded - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: cvsweb upgraded
Date
Msg-id 20040727005758.GA16209@dcc.uchile.cl
Whole thread Raw
In response to Re: cvsweb upgraded  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-hackers
On Tue, Jul 27, 2004 at 12:42:51AM -0300, Marc G. Fournier wrote:

> # Tabstop used to expand tabs in colored diffs. If undefined then
> # tabs are always expanded to 8 spaces.
> #
> $tabstop = 4;

Apparently the plain files (as opposed to diffs) do not honour this
setting.  At least I still see one tab char (not eight, nor four,
spaces) for example here:

http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/subtrans.c?rev=1.1

> >Also, as Tom already pointed out, the $PostgreSQL$ header is not 
> >honored.
> 
> 'k, if someone knows how to fix this, I'm all ears ... the OS conf file 
> examples all have the following set (with PostgreSQL switched for the OS):
> 
> $ENV{'RCSLOCALID'} = 'PostgreSQL=Id';
> 
> Since I'm not sure example where in cvsweb you guys are looking, can you 
> test and let me know if this fixes it?

Dunno ... appears to be good in the files, because I see the correct version
number here:

http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/clog.c?rev=1.22

However, note that this one displays 1.21 and 1.20 in the text, while I
am requesting diff between 1.22 and 1.21 (and indeed the differences are
1.22 vs 1.21)


http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/clog.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"There was no reply" (Kernel Traffic)



pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: cvsweb upgraded
Next
From: Thomas Hallgren
Date:
Subject: Re: Binary Cursors, and the COPY command