Re: cvsweb upgraded

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cvsweb upgraded
Date: 2004-07-27 00:57:58
Message-ID: 20040727005758.GA16209@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2004-07-27 00:58:09 Re: Improvements to PostgreSQL
Previous Message Hannu Krosing 2004-07-27 00:45:16 Re: Triggers on TRUNCATE?