Re: Release versioning inconsistency

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Release versioning inconsistency
Date: 2012-06-20 09:18:23
Message-ID: CABUevEx5_Q2MwbG3hGTyzBs6f_SQ41mqojs-U3W2pvpaENK3_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 20, 2012 at 10:28 AM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
> Hi list,
>
> The recent 9.2 beta releases have used a slightly different numbering
> scheme than all previous releases.
>
> It used to be that tarballs for version $VER were always available at:
>  http://ftp.postgresql.org/pub/source/v$VER/postgresql-$VER.tar.bz2
>
> However, the new releases now use "v9.2.0beta2" for the directory
> name, but "9.2beta2" in the tarball file. No big deal for most people,
> but it will confuse people who have scripts to download PostgreSQL
> tarballs automatically (e.g. packagers).
>
> For example:
>  http://ftp.postgresql.org/pub/source/v9.2.0beta2/postgresql-9.2beta2.tar.bz2
>
> Is there any reason behind this change?

Not behind the first one. I believe that's just me and a bad memory -
I got it wrong. (I do believe that using the v9.2.0beta marker is
*better*, because then it sorts properly. But likely not enough much
better to be inconsistent with previous versions)

For beta2, the only reason was to keep it consistent with beta1.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marti Raudsepp 2012-06-20 09:23:23 Re: Release versioning inconsistency
Previous Message Andres Freund 2012-06-20 09:15:50 Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node