Source directory

Lists: pgsql-hackers
From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Source directory
Date: 2006-12-04 13:39:36
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA359F4@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

What's the rationale behind naming the 8.2.0 version directory 8.2?
Given that the files in it are named 8.2.0?

It breaks a whole set of scripts for me :-( FOr example the ones used to
load the docs on the website (which is why I noticed it - most others I
don't use on .0 versions).

I know we've done similar things in the past, but I fail to understand
*why*... ;-)

//Magnus


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Subject: Re: Source directory
Date: 2006-12-05 22:42:37
Message-ID: 200612052342.37466.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Magnus Hagander wrote:
> What's the rationale behind naming the 8.2.0 version directory 8.2?
> Given that the files in it are named 8.2.0?

It's a mistake that was pointed out days ago but still not corrected.
Someone please rename the thing.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Dave Page <dpage(at)postgresql(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Magnus Hagander <mha(at)sollentuna(dot)net>
Subject: Re: Source directory
Date: 2006-12-05 22:47:34
Message-ID: 4575F706.2020506@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Magnus Hagander wrote:
>> What's the rationale behind naming the 8.2.0 version directory 8.2?
>> Given that the files in it are named 8.2.0?
>
> It's a mistake that was pointed out days ago but still not corrected.
> Someone please rename the thing.

No, don't - otherwise the download links and mirrors are will be out of
sync for a day or so preventing people downloading easily.

Add a symlink, then rename in a couple of days should be safe though.

Regards, Dave