Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: fix misstatement in v13 release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Sep 2020 14:58:37 +0000 (10:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Sep 2020 14:58:37 +0000 (10:58 -0400)
Parallel vacuuming isn't restricted to b-tree indexes.
Noted by Peter Eisentraut.

Discussion: https://postgr.es/m/f1c43223-3987-a23f-2063-18fd0aa4f0d4@2ndquadrant.com

doc/src/sgml/release-13.sgml

index 0ca970e452aa1bcf9378deab609574731a967db4..1f130ca1fe8d98025e537216adfaae50785edc58 100644 (file)
@@ -37,7 +37,7 @@
     </listitem>
     <listitem>
      <para>
-      Parallelized vacuuming of B-tree indexes
+      Parallelized vacuuming of indexes
      </para>
     </listitem>
     <listitem>
@@ -1417,7 +1417,7 @@ Author: Amit Kapila <akapila@postgresql.org>
 
       <para>
        Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
-       to process indexes in parallel (Masahiko Sawada, Amit Kapila)
+       to process a table's indexes in parallel (Masahiko Sawada, Amit Kapila)
       </para>
 
       <para>