Re: First-draft release notes for back-branch releases - Mailing list pgsql-hackers

From Noah Misch
Subject Re: First-draft release notes for back-branch releases
Date
Msg-id 20181106022528.GA981313@rfd.leadboat.com
Whole thread Raw
In response to Re: First-draft release notes for back-branch releases  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: First-draft release notes for back-branch releases
List pgsql-hackers
On Mon, Nov 05, 2018 at 04:01:59PM -0500, Jonathan S. Katz wrote:
> Attached is a draft of the press release for review. Please let me know
> if there are any corrections/suggestions.

> This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug
orsecurity fixes. If your environment still uses PostgreSQL 9.3, please make plans to update to a community supported
versionsas soon as possible. Please see our [versioning policy](https://www.postgresql.org/support/versioning/) for
moreinformation.
 

s/versions/version/

> * Fix how `NULL` values are handled when using `LEFT JOIN` with a parallelized hash joins

s/joins/join/

> * Disallows the creation of a new partition from a trigger that is attached to its parent table to prevent a crash;
thisbehavior could be modified in a future release
 
> * Fix that prevents crashes in triggers on tables with recently added columns

I would replace these two with "Fix crashes in triggers".  The details are too
esoteric, for the first especially, to list here.


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: New vacuum option to do only freezing
Next
From: Amit Langote
Date:
Subject: Re: First-draft release notes for back-branch releases