Release Notes for PostgreSQL v10.4 is same as release 9.6.9

Started by PG Bug reporting formabout 7 years ago4 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/release-10-4.html
Description:

I could see the features, release date are identical in version 10.4 and
9.6.9. Can you please check and this could help in choosing the right
version for any upgrade plan?

Reference documentation
https://www.postgresql.org/docs/10/release-10-4.html
https://www.postgresql.org/docs/9.6/release-9-6-9.html

Thanks,
Siva

#2Bruce Momjian
bruce@momjian.us
In reply to: PG Bug reporting form (#1)
Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

On Thu, Jan 31, 2019 at 02:07:41PM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/release-10-4.html
Description:

I could see the features, release date are identical in version 10.4 and
9.6.9. Can you please check and this could help in choosing the right
version for any upgrade plan?

Reference documentation
https://www.postgresql.org/docs/10/release-10-4.html
https://www.postgresql.org/docs/9.6/release-9-6-9.html

I see different content at those two URLs. I don't understand your
question.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +
#3Jonathan S. Katz
jkatz@postgresql.org
In reply to: Bruce Momjian (#2)
Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

On 1/31/19 8:52 AM, Bruce Momjian wrote:

On Thu, Jan 31, 2019 at 02:07:41PM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/release-10-4.html
Description:

I could see the features, release date are identical in version 10.4 and
9.6.9. Can you please check and this could help in choosing the right
version for any upgrade plan?

Reference documentation
https://www.postgresql.org/docs/10/release-10-4.html
https://www.postgresql.org/docs/9.6/release-9-6-9.html

I see different content at those two URLs. I don't understand your
question.

I think the question is which version they are considering to upgrade
to. Using the versioning guide:

https://www.postgresql.org/support/versioning/

Both of those are minor releases (i.e. 10.4, 9.6.9 respectively) for the
major versions that they support (i.e. 10, 9.6 respectively). They are
released on the same day as we release minor updates for all supported
versions on the same day.

If you are currently on 9.6, the easiest (and recommended) upgrade path
for minor fixes would be to go to the latest minor release as of this
writing (which is 9.6.11). Same if you are on 10, in which case the
latest minor release as of this writing is 10.6

If you are on 9.6 and want to go to 10 (or 11), that would be a
different upgrade path as that is considered a "major upgrade" (which is
covered both in the docs and the URL above)

I hope this helps.

Best,

Jonathan

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

Bruce Momjian <bruce@momjian.us> writes:

On Thu, Jan 31, 2019 at 02:07:41PM +0000, PG Doc comments form wrote:

I could see the features, release date are identical in version 10.4 and
9.6.9. Can you please check and this could help in choosing the right
version for any upgrade plan?

I see different content at those two URLs. I don't understand your
question.

I think the OP is confused by the fact that there's so much overlap
between those sets of release notes. But that's to be expected from
concurrent minor updates. When we back-patch a bug fix, it very
often applies to several release branches; and when that happens
we almost always use identical release-note entries for all the
branches.

Another possible source of confusion is the version number format
change. 10.4 is a minor release in the v10 branch, not a major
release such as 9.6 was.

regards, tom lane