Re: New version numbering practices - Mailing list pgsql-hackers

From Greg Stark
Subject Re: New version numbering practices
Date
Msg-id CAM-w4HOF5OF7BeBqkz0m+X1B_Tp1t+3ZN8p8ramhjNoJtm42bQ@mail.gmail.com
Whole thread Raw
In response to Re: New version numbering practices  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: New version numbering practices  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Aug 2, 2016 at 2:10 AM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> That said, I'm not opposed to REL_10 and so on.  In 89 years there will
> be a problem with sorting REL_100 but I'm sure they can find a solution
> then, if computers still need humans to write programs for them.

It would be nice if there was a consistent way of referring to a
version regardless of how old it was.

There would be nothing stopping us from going back and adding tags for
existing versions. We could add REL_09_5 back to REL_06_5 if we wanted
to. Then we could easily refer to any version without special cases or
rules about pre-10 vs post-10. It would also give a convenient chance
to fix the inconsistencies in how some of the older branches were
tagged.

-- 
greg



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Broken order-of-operations in parallel query latch manipulation
Next
From: Robert Haas
Date:
Subject: Re: [sqlsmith] Failed assertion in joinrels.c