Обсуждение: Postgresql guidelines for version numbering

Поиск
Список
Период
Сортировка

Postgresql guidelines for version numbering

От
Richard Broersma Jr
Дата:
Postgresql uses three digit version number.  i.e. 8.1.4

From my understanding from what I've read on the lists the third digits is incremented for bug
fixes.  The second digit for incremental features additions.

What is warrant/constitute a change to the first digit?


Regards,

Richard Broersma Jr.

Re: Postgresql guidelines for version numbering

От
Tom Lane
Дата:
Richard Broersma Jr <rabroersma@yahoo.com> writes:
> Postgresql uses three digit version number.  i.e. 8.1.4

> What is warrant/constitute a change to the first digit?

There is no policy for that.  Check back in the archives for the debates
that led up to renumbering 6.6 as 7.0, and later 7.5 as 8.0, and you'll
see that there wasn't a great deal of consensus about either move.
It's sort of "well, there might be enough new stuff here to represent
a sea-change in capability", but that judgement is mostly in the eye of
the beholder if you ask me.

In an alternate universe not very far away from this one, they're about
to release Postgres 6.13 ...

            regards, tom lane