On 9/15/20 9:49 AM, Jonathan S. Katz wrote: > On 9/15/20 5:22 AM, Masahiko Sawada wrote: >> On Tue, 15 Sep 2020 at 13:56, Peter Eisentraut >> <peter.eisentr...@2ndquadrant.com> wrote: >>> >>> On 2020-09-09 22:57, Jonathan S. Katz wrote: >>>> + <listitem> >>>> + <para> >>>> + Parallelized vacuuming of B-tree indexes >>>> + </para> >>>> + </listitem> >>> >>> I don't think B-tree indexes are relevant here. AFAICT, this feature >>> applies to all indexes. >>> >> >> Yes, parallel vacuum applies to all types of indexes provided by >> PostgreSQL binary, and other types of indexes also can use it. > > I'm not sure where I got B-tree from. I've attached a correction.
On a different note, I became aware of this[1] and noticed that dropping "CREATE EXTENSION ... FROM" was not listed in the incompatibilities section, so proposing the attached. I have no strong opinions on the final wording, mainly wanted to get it listed. Thanks, Jonathan [1] https://trac.osgeo.org/postgis/ticket/4753
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 0ca970e452..8fbaff4623 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -324,6 +324,19 @@ Author: Peter Geoghegan <p...@bowt.ie> </para> </listitem> + <listitem> +<!-- +Author: Tom Lane <t...@sss.pgh.pa.us> +2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged +--> + + <para> + Remove support for <link linkend="sql-createextension"><command>CREATE + EXTENSION ... FROM</command></link> + (Tom Lane) + </para> + </listitem> + </itemizedlist> </sect2>
signature.asc
Description: OpenPGP digital signature