Re: "Immediate shutdown if postmaster.pid is removed" not mentioned in Release Notes - Mailing list pgsql-general

From David G. Johnston
Subject Re: "Immediate shutdown if postmaster.pid is removed" not mentioned in Release Notes
Date
Msg-id CAKFQuwZw_eKeRDDPS6oO0jPTB8yY8vN+_nDopYgMG+s0TDoJbA@mail.gmail.com
Whole thread Raw
In response to Re: "Immediate shutdown if postmaster.pid is removed" not mentioned in Release Notes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Dec 16, 2015 at 3:42 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Victor Yegorov <vyegorov@gmail.com> writes:
> I noticed, that 9.5 release notes (beta2) do not mention
> commit 7e2a18a9161fee7e67642863f72b51d77d3e996.

We don't normally document back-patched patches in as-yet-unreleased
branches, since the point of release notes is to tell you what's new
compared to the previous release, and this item isn't (or won't be).

Also, I doubt that this is of any great concern to the average user.
It's not a scenario that would come up in anything I would call a
supported use-case.  If we're to reverse the aforementioned policy,
there are probably quite a few patches that would now need to be
documented as "new in 9.5" and are more significant than this.

​IOW, if you are familiar with how a previous version works you should keep up with its release notes to catch a bug-fix behavior change like this.  Those who will end up learning on the upcoming release will simply learn that this is how things work.

David J.
 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: "Immediate shutdown if postmaster.pid is removed" not mentioned in Release Notes
Next
From: Karl Czajkowski
Date:
Subject: Check old and new tuple in row-level policy?