Re: PG 14 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-18 19:17:48
Message-ID: 20210518191748.GF30270@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 18, 2021 at 09:01:44AM -0700, Peter Geoghegan wrote:
> We do retain the reloption, but ignore it. Purely to avoid the dump and reload
> hazard. I think that you could reasonably tell users that it's gone completely,
> because it does nothing on either 13 or 14. It's hidden from them to the extent
> that that's possible. 

I went with this release note text:

<listitem>
<!--
Author: Peter Geoghegan <pg(at)bowt(dot)ie>
2021-03-10 [9f3665fbf] Don't consider newly inserted tuples in nbtree VACUUM.
Author: Peter Geoghegan <pg(at)bowt(dot)ie>
2021-03-11 [effdd3f3b] Add back vacuum_cleanup_index_scale_factor parameter.
-->

<para>
Remove server variable vacuum_cleanup_index_scale_factor (Peter Geoghegan)
</para>

<para>
This setting was disabled in PostgreSQL version 13.3.
</para>
</listitem>

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2021-05-18 19:22:33 Re: SQL/JSON: functions
Previous Message Andres Freund 2021-05-18 18:57:19 Re: Performance degradation of REFRESH MATERIALIZED VIEW